]> err.no Git - linux-2.6/blobdiff - net/bridge/netfilter/Kconfig
mac80211: automatic IBSS channel selection
[linux-2.6] / net / bridge / netfilter / Kconfig
index 4a3e2bf892c788c6f4f55af094851916207407ac..909479794999df06c015914542c834ddadd534cb 100644 (file)
@@ -83,6 +83,15 @@ config BRIDGE_EBT_IP
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config BRIDGE_EBT_IP6
+       tristate "ebt: IP6 filter support"
+       depends on BRIDGE_NF_EBTABLES && IPV6
+       help
+         This option adds the IP6 match, which allows basic IPV6 header field
+         filtering.
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
 config BRIDGE_EBT_LIMIT
        tristate "ebt: limit match support"
        depends on BRIDGE_NF_EBTABLES
@@ -212,4 +221,18 @@ config BRIDGE_EBT_ULOG
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config BRIDGE_EBT_NFLOG
+       tristate "ebt: nflog support"
+       depends on BRIDGE_NF_EBTABLES
+       help
+         This option enables the nflog watcher, which allows to LOG
+         messages through the netfilter logging API, which can use
+         either the old LOG target, the old ULOG target or nfnetlink_log
+         as backend.
+
+         This option adds the nflog watcher, that you can use in any rule
+         in any ebtables table.
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
 endmenu