From: Jozsef Kadlecsik Date: Mon, 30 Sep 2013 05:57:18 +0000 (+0200) Subject: netfilter: ipset: Introduce new operation to get both setname and family X-Git-Tag: v3.13-rc1~105^2~227^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e04c0c38c90f1f11a0e87800e4c22d4aba1d733;p=pandora-kernel.git netfilter: ipset: Introduce new operation to get both setname and family ip[6]tables set match and SET target need to know the family of the set in order to reject adding rules which refer to a set with a non-mathcing family. Currently such rules are silently accepted and then ignored instead of generating a clear error message to the user, which is not helpful. Signed-off-by: Jozsef Kadlecsik --- Reading git-diff-tree failed