]> err.no Git - linux-2.6/blobdiff - net/netfilter/Kconfig
[LLC]: add multicast support for datagrams
[linux-2.6] / net / netfilter / Kconfig
index 5fe51894b1208e19ced083ef99a5a950ce651d1a..e2893effdfaae040cf514d79a958847aaa170339 100644 (file)
@@ -298,6 +298,16 @@ config NETFILTER_XT_MATCH_POLICY
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config NETFILTER_XT_MATCH_MULTIPORT
+       tristate "Multiple port match support"
+       depends on NETFILTER_XTABLES
+       help
+         Multiport matching allows you to match TCP or UDP packets based on
+         a series of source or destination ports: normally a rule can only
+         match a single range of ports.
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
 config NETFILTER_XT_MATCH_PHYSDEV
        tristate '"physdev" match support'
        depends on NETFILTER_XTABLES && BRIDGE_NETFILTER