summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/net/bridge/netfilter/Kconfig
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-05-03 18:13:34 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-05-03 18:13:34 +0000
commit8f3864732f38c72c018138269b3e2109c3b3cd40 (patch)
tree4158e922d1934f2a4b8287c54009a02daa5be30a /kernel/linux2.5/net/bridge/netfilter/Kconfig
parenta3d12c061c5143c29de790a342a36e434aa3e728 (diff)
update to 2.5.68+pkttype
Diffstat (limited to 'kernel/linux2.5/net/bridge/netfilter/Kconfig')
-rw-r--r--kernel/linux2.5/net/bridge/netfilter/Kconfig20
1 files changed, 16 insertions, 4 deletions
diff --git a/kernel/linux2.5/net/bridge/netfilter/Kconfig b/kernel/linux2.5/net/bridge/netfilter/Kconfig
index 0f34466..4b6a1ed 100644
--- a/kernel/linux2.5/net/bridge/netfilter/Kconfig
+++ b/kernel/linux2.5/net/bridge/netfilter/Kconfig
@@ -49,7 +49,7 @@ config BRIDGE_EBT_LOG
If you want to compile it as a module, say M here and read
<file:Documentation/modules.txt>. If unsure, say `N'.
-config BRIDGE_EBT_IPF
+config BRIDGE_EBT_IP
tristate "ebt: IP filter support"
depends on BRIDGE_NF_EBTABLES
help
@@ -59,7 +59,7 @@ config BRIDGE_EBT_IPF
If you want to compile it as a module, say M here and read
<file:Documentation/modules.txt>. If unsure, say `N'.
-config BRIDGE_EBT_ARPF
+config BRIDGE_EBT_ARP
tristate "ebt: ARP filter support"
depends on BRIDGE_NF_EBTABLES
help
@@ -69,7 +69,7 @@ config BRIDGE_EBT_ARPF
If you want to compile it as a module, say M here and read
<file:Documentation/modules.txt>. If unsure, say `N'.
-config BRIDGE_EBT_VLANF
+config BRIDGE_EBT_VLAN
tristate "ebt: 802.1Q VLAN filter support"
depends on BRIDGE_NF_EBTABLES
help
@@ -79,7 +79,7 @@ config BRIDGE_EBT_VLANF
If you want to compile it as a module, say M here and read
<file:Documentation/modules.txt>. If unsure, say `N'.
-config BRIDGE_EBT_MARKF
+config BRIDGE_EBT_MARK
tristate "ebt: mark filter support"
depends on BRIDGE_NF_EBTABLES
help
@@ -91,6 +91,18 @@ config BRIDGE_EBT_MARKF
If you want to compile it as a module, say M here and read
<file:Documentation/modules.txt>. If unsure, say `N'.
+config BRIDGE_EBT_PKTTYPE
+ tristate "ebt: packet type filter support"
+ depends on BRIDGE_NF_EBTABLES
+ help
+ This option adds the packet type match, which allows matching on the
+ type of packet based on its Ethernet "class" (as determined by
+ the generic networking code): broadcast, multicast,
+ for this host alone or for another host.
+
+ If you want to compile it as a module, say M here and read
+ <file:Documentation/modules.txt>. If unsure, say `N'.
+
config BRIDGE_EBT_SNAT
tristate "ebt: snat target support"
depends on BRIDGE_NF_EBTABLES