From: Jozsef Kadlecsik Date: Thu, 16 Jun 2011 17:00:48 +0000 (+0200) Subject: netfilter: ipset: hash:net,iface type introduced X-Git-Tag: v3.1-rc1~316^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e385357a2f214e4d4e79c6118f1bede2572e0701;p=pandora-kernel.git netfilter: ipset: hash:net,iface type introduced The hash:net,iface type makes possible to store network address and interface name pairs in a set. It's mostly suitable for egress and ingress filtering. Examples: # ipset create test hash:net,iface # ipset add test 192.168.0.0/16,eth0 # ipset add test 192.168.0.0/24,eth1 Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed