Commit ed3f4c8f authored by Harald Welte's avatar Harald Welte Committed by Stephen Hemminger

[NETFILTER]: Remove EXPERIMENTAL mark from some netfilter stuff.

parent a65049fc
...@@ -74,8 +74,7 @@ config IP_NF_AMANDA ...@@ -74,8 +74,7 @@ config IP_NF_AMANDA
<file:Documentation/modules.txt>. If unsure, say `Y'. <file:Documentation/modules.txt>. If unsure, say `Y'.
config IP_NF_QUEUE config IP_NF_QUEUE
tristate "Userspace queueing via NETLINK (EXPERIMENTAL)" tristate "Userspace queueing via NETLINK"
depends on EXPERIMENTAL
help help
Netfilter has the ability to queue packets to user space: the Netfilter has the ability to queue packets to user space: the
netlink device can be used to access them using this driver. netlink device can be used to access them using this driver.
...@@ -272,8 +271,8 @@ config IP_NF_MATCH_CONNTRACK ...@@ -272,8 +271,8 @@ config IP_NF_MATCH_CONNTRACK
Documentation/modules.txt. If unsure, say `N'. Documentation/modules.txt. If unsure, say `N'.
config IP_NF_MATCH_OWNER config IP_NF_MATCH_OWNER
tristate "Owner match support (EXPERIMENTAL)" tristate "Owner match support"
depends on EXPERIMENTAL && IP_NF_IPTABLES depends on IP_NF_IPTABLES
help help
Packet owner matching allows you to match locally-generated packets Packet owner matching allows you to match locally-generated packets
based on who created them: the user, group, process or session. based on who created them: the user, group, process or session.
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
# #
menu "IPv6: Netfilter Configuration" menu "IPv6: Netfilter Configuration"
depends on INET && EXPERIMENTAL && IPV6!=n && NETFILTER depends on INET && IPV6!=n && NETFILTER
#tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP6_NF_CONNTRACK #tristate 'Connection tracking (required for masq/NAT)' CONFIG_IP6_NF_CONNTRACK
#if [ "$CONFIG_IP6_NF_CONNTRACK" != "n" ]; then #if [ "$CONFIG_IP6_NF_CONNTRACK" != "n" ]; then
# dep_tristate ' FTP protocol support' CONFIG_IP6_NF_FTP $CONFIG_IP6_NF_CONNTRACK # dep_tristate ' FTP protocol support' CONFIG_IP6_NF_FTP $CONFIG_IP6_NF_CONNTRACK
#fi #fi
config IP6_NF_QUEUE config IP6_NF_QUEUE
tristate "Userspace queueing via NETLINK (EXPERIMENTAL)" tristate "Userspace queueing via NETLINK"
---help--- ---help---
This option adds a queue handler to the kernel for IPv6 This option adds a queue handler to the kernel for IPv6
...@@ -62,7 +62,7 @@ config IP6_NF_MATCH_MAC ...@@ -62,7 +62,7 @@ config IP6_NF_MATCH_MAC
config IP6_NF_MATCH_RT config IP6_NF_MATCH_RT
tristate "Routing header match support" tristate "Routing header match support"
depends on IP6_NF_IPTABLES && EXPERIMENTAL depends on IP6_NF_IPTABLES
help help
rt matching allows you to match packets based on the routing rt matching allows you to match packets based on the routing
header of the packet. header of the packet.
...@@ -72,7 +72,7 @@ config IP6_NF_MATCH_RT ...@@ -72,7 +72,7 @@ config IP6_NF_MATCH_RT
config IP6_NF_MATCH_OPTS config IP6_NF_MATCH_OPTS
tristate "Hop-by-hop and Dst opts header match support" tristate "Hop-by-hop and Dst opts header match support"
depends on IP6_NF_IPTABLES && EXPERIMENTAL depends on IP6_NF_IPTABLES
help help
This allows one to match packets based on the hop-by-hop This allows one to match packets based on the hop-by-hop
and destination options headers of a packet. and destination options headers of a packet.
...@@ -82,7 +82,7 @@ config IP6_NF_MATCH_OPTS ...@@ -82,7 +82,7 @@ config IP6_NF_MATCH_OPTS
config IP6_NF_MATCH_FRAG config IP6_NF_MATCH_FRAG
tristate "Fragmentation header match support" tristate "Fragmentation header match support"
depends on IP6_NF_IPTABLES && EXPERIMENTAL depends on IP6_NF_IPTABLES
help help
frag matching allows you to match packets based on the fragmentation frag matching allows you to match packets based on the fragmentation
header of the packet. header of the packet.
...@@ -112,7 +112,7 @@ config IP6_NF_MATCH_MULTIPORT ...@@ -112,7 +112,7 @@ config IP6_NF_MATCH_MULTIPORT
<file:Documentation/modules.txt>. If unsure, say `N'. <file:Documentation/modules.txt>. If unsure, say `N'.
config IP6_NF_MATCH_OWNER config IP6_NF_MATCH_OWNER
tristate "Owner match support (EXPERIMENTAL)" tristate "Owner match support"
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
Packet owner matching allows you to match locally-generated packets Packet owner matching allows you to match locally-generated packets
...@@ -134,8 +134,8 @@ config IP6_NF_MATCH_MARK ...@@ -134,8 +134,8 @@ config IP6_NF_MATCH_MARK
<file:Documentation/modules.txt>. If unsure, say `N'. <file:Documentation/modules.txt>. If unsure, say `N'.
config IP6_NF_MATCH_IPV6HEADER config IP6_NF_MATCH_IPV6HEADER
tristate "IPv6 Extension Headers Match (EXPERIMENTAL)" tristate "IPv6 Extension Headers Match"
depends on IP6_NF_IPTABLES && EXPERIMENTAL depends on IP6_NF_IPTABLES
help help
This module allows one to match packets based upon This module allows one to match packets based upon
the ipv6 extension headers. the ipv6 extension headers.
...@@ -144,8 +144,8 @@ config IP6_NF_MATCH_IPV6HEADER ...@@ -144,8 +144,8 @@ config IP6_NF_MATCH_IPV6HEADER
<file:Documentation/modules.txt>. If unsure, say `N'. <file:Documentation/modules.txt>. If unsure, say `N'.
config IP6_NF_MATCH_AHESP config IP6_NF_MATCH_AHESP
tristate "AH/ESP match support (EXPERIMENTAL)" tristate "AH/ESP match support"
depends on IP6_NF_IPTABLES && EXPERIMENTAL depends on IP6_NF_IPTABLES
help help
This module allows one to match AH and ESP packets. This module allows one to match AH and ESP packets.
...@@ -163,7 +163,7 @@ config IP6_NF_MATCH_LENGTH ...@@ -163,7 +163,7 @@ config IP6_NF_MATCH_LENGTH
Documentation/modules.txt. If unsure, say `N'. Documentation/modules.txt. If unsure, say `N'.
config IP6_NF_MATCH_EUI64 config IP6_NF_MATCH_EUI64
tristate "EUI64 address check (EXPERIMENTAL)" tristate "EUI64 address check"
depends on IP6_NF_IPTABLES depends on IP6_NF_IPTABLES
help help
This module performs checking on the IPv6 source address This module performs checking on the IPv6 source address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment