commit | 1289975643f4cdecb071dc641059a47679fd170f | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Fri Nov 01 17:13:18 2019 +0100 |
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Mon Nov 04 20:46:13 2019 +0100 |
tree | eebba08a8ada65fd8a6e6978cb29e8210584a2ff | |
parent | 97664bc2c77e2b65cdedddcae2643fc93291d958 [diff] |
netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICT Since v5.2 (commit "netlink: re-add parse/validate functions in strict mode") NL_VALIDATE_STRICT is enabled. Fix the ipset nla_policies which did not support strict mode and convert from deprecated parsings to verified ones. Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>