commit | 5c1aba467828bf0574ec5754c84884d573f590af | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Sun Mar 20 15:35:01 2011 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Sun Mar 20 15:35:01 2011 +0100 |
tree | 12973d3d9f15cb6e1f95e2e9f8dd930ad36aa629 | |
parent | 5e0c1eb7e6b61998c7ecd39b7f69a15773d894d4 [diff] |
netfilter: ipset: fix checking the type revision at create command The revision of the set type was not checked at the create command: if the userspace sent a valid set type but with not supported revision number, it'd create a loop. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>