www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / kernel / linux / net / ipv4 / netfilter / Kconfig
index 19cad6b..e48e0c4 100755 (executable)
@@ -299,6 +299,16 @@ config IP_NF_MATCH_STATE
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config IP_NF_MATCH_CONNLIMIT
+        tristate  'Connections/IP limit match support'
+        depends on IP_NF_IPTABLES
+        help
+          This match allows you to restrict the number of parallel TCP
+          connections to a server per client IP address (or address block).
+
+          If you want to compile it as a module, say M here and read
+          Documentation/modules.txt.  If unsure, say `N'.
+
 config IP_NF_MATCH_CONNTRACK
        tristate "Connection tracking match support"
        depends on IP_NF_CONNTRACK && IP_NF_IPTABLES