commit | 5e04c0c38c90f1f11a0e87800e4c22d4aba1d733 | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Mon Sep 30 07:57:18 2013 +0200 |
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Mon Sep 30 21:33:26 2013 +0200 |
tree | 8b8f3229e3934a0c0ff49ba12ea59899d944fe55 | |
parent | bd3129fc5e8868df74ffa803c7fec527976bbf1c [diff] |
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 <kadlec@blackhole.kfki.hu>