From: Jozsef Kadlecsik Date: Sat, 14 Jan 2012 16:16:36 +0000 (+0100) Subject: netfilter: ipset: Exceptions support added to hash:*net* types X-Git-Tag: v3.4-rc1~177^2~120^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7cef2a4ba64b9bf0ff9aeaa364554716c06669;p=pandora-kernel.git netfilter: ipset: Exceptions support added to hash:*net* types The "nomatch" keyword and option is added to the hash:*net* types, by which one can add exception entries to sets. Example: ipset create test hash:net ipset add test 192.168.0/24 ipset add test 192.168.0/30 nomatch In this case the IP addresses from 192.168.0/24 except 192.168.0/30 match the elements of the set. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed