From 55d2148f8737cd1d1fa1f166d96dcdb26161f5ec Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Mon, 5 Sep 2011 17:33:50 +0200 Subject: 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. --- kernel/net/netfilter/ipset/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'kernel/net/netfilter/ipset') diff --git a/kernel/net/netfilter/ipset/Kconfig b/kernel/net/netfilter/ipset/Kconfig index 2c5b348..ba36c28 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 -- cgit v1.2.3