- Update to 3.3-rc2.
[linux-flexiantxendom0-3.2.10.git] / net / netfilter / Kconfig
index f8ac4ef..8f68101 100644 (file)
@@ -307,6 +307,21 @@ config NF_CONNTRACK_TFTP
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config NF_CONNTRACK_SLP
+       tristate "SLP protocol support"
+       depends on NF_CONNTRACK
+       depends on NETFILTER_ADVANCED
+       help
+         SLP queries are sometimes sent as broadcast messages from an
+         unprivileged port and responded to with unicast messages to the
+         same port. This make them hard to firewall properly because connection
+         tracking doesn't deal with broadcasts. This helper tracks locally
+         originating broadcast SLP queries and the corresponding
+         responses. It relies on correct IP address configuration, specifically
+         netmask and broadcast address.
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
 config NF_CT_NETLINK
        tristate 'Connection tracking netlink interface'
        select NETFILTER_NETLINK