From: Jozsef Kadlecsik Date: Mon, 5 Sep 2011 15:33:50 +0000 (+0200) Subject: Complete Kconfig with hash:net,iface type X-Git-Tag: v6.9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d2148f8737cd1d1fa1f166d96dcdb26161f5ec;p=thirdparty%2Fipset.git Complete Kconfig with hash:net,iface type The Kconfig file is not used at building ipset as external system, still let the file be complete. --- diff --git a/kernel/net/netfilter/ipset/Kconfig b/kernel/net/netfilter/ipset/Kconfig index 2c5b348e..ba36c283 100644 --- a/kernel/net/netfilter/ipset/Kconfig +++ b/kernel/net/netfilter/ipset/Kconfig @@ -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