diff options
author | Patrick McHardy <kaber@trash.net> | 2011-02-01 20:51:56 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2011-02-01 20:51:56 +0100 |
commit | 9cfc5ea36de727bf51c821e120434ce967f8a1d4 (patch) | |
tree | b2fc45a8df582c595599170573e076a27e661e3d /tests/hash:net.t.list1 | |
parent | d68997e09448eeca990dbc2c55b02b698a392c8d (diff) |
netfilter: ipset: use nla_parse_nested()
Replace calls of the form:
nla_parse(tb, ATTR_MAX, nla_data(attr), nla_len(attr), policy)
by:
nla_parse_nested(tb, ATTR_MAX, attr, policy)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'tests/hash:net.t.list1')
0 files changed, 0 insertions, 0 deletions