From: Jozsef Kadlecsik Date: Tue, 1 Feb 2011 14:54:59 +0000 (+0100) Subject: netfilter: ipset: list:set set type support X-Git-Tag: v2.6.39-rc1~468^2~424^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f830837f0eed0f9e371b8fd65169365780814bb1;p=pandora-kernel.git netfilter: ipset: list:set set type support The module implements the list:set type support in two flavours: without and with timeout. The sets has two sides: for the userspace, they store the names of other (non list:set type of) sets: one can add, delete and test set names. For the kernel, it forms an ordered union of the member sets: the members sets are tried in order when elements are added, deleted and tested and the process stops at the first success. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed