From 8f3864732f38c72c018138269b3e2109c3b3cd40 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 3 May 2003 18:13:34 +0000 Subject: update to 2.5.68+pkttype --- kernel/linux2.5/net/bridge/netfilter/Kconfig | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'kernel/linux2.5/net/bridge/netfilter/Kconfig') 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 . 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 . 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 . 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 . 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 . 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 + . If unsure, say `N'. + config BRIDGE_EBT_SNAT tristate "ebt: snat target support" depends on BRIDGE_NF_EBTABLES -- cgit v1.2.3