diff options
author | Patrick McHardy <kaber@trash.net> | 2006-05-28 22:50:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-05-28 22:50:40 -0700 |
commit | ca3ba88d0cf4b5d7a628caf505c231162dde9429 (patch) | |
tree | 7dd89a726da5e29d6767396895a9273363467406 | |
parent | 6c813c3fe9e30fcf3c4d94d2ba24108babd745b0 (diff) | |
download | op-kernel-dev-ca3ba88d0cf4b5d7a628caf505c231162dde9429.zip op-kernel-dev-ca3ba88d0cf4b5d7a628caf505c231162dde9429.tar.gz |
[NETFILTER]: mark H.323 helper experimental
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 3d560de..d407253 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig @@ -170,8 +170,8 @@ config IP_NF_PPTP Documentation/modules.txt. If unsure, say `N'. config IP_NF_H323 - tristate 'H.323 protocol support' - depends on IP_NF_CONNTRACK + tristate 'H.323 protocol support (EXPERIMENTAL)' + depends on IP_NF_CONNTRACK && EXPERIMENTAL help H.323 is a VoIP signalling protocol from ITU-T. As one of the most important VoIP protocols, it is widely used by voice hardware and |