]> granicus.if.org Git - ipset/commitdiff
Complete Kconfig with hash:net,iface type
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 5 Sep 2011 15:33:50 +0000 (17:33 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 5 Sep 2011 15:33:50 +0000 (17:33 +0200)
The Kconfig file is not used at building ipset as external system,
still let the file be complete.

kernel/net/netfilter/ipset/Kconfig

index 2c5b348eb3a8a038726d4a7f689926ca89aad439..ba36c283d8372dfb3c890994c57c6bb0d46266b0 100644 (file)
@@ -109,6 +109,16 @@ config IP_SET_HASH_NETPORT
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config IP_SET_HASH_NETIFACE
+       tristate "hash:net,iface set support"
+       depends on IP_SET
+       help
+         This option adds the hash:net,iface set type support, by which
+         one can store IPv4/IPv6 network address/prefix and
+         interface name pairs as elements in a set.
+
+         To compile it as a module, choose M here.  If unsure, say N.
+
 config IP_SET_LIST_SET
        tristate "list:set set support"
        depends on IP_SET