mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-27 18:33:51 +01:00
ipset: update to 6.7-genl
This commit is contained in:
@@ -635,7 +635,8 @@ static struct ip_set_type bitmap_ipmac_type = {
|
||||
},
|
||||
.adt_policy = {
|
||||
[IPSET_ATTR_IP] = { .type = NLA_NESTED },
|
||||
[IPSET_ATTR_ETHER] = { .type = NLA_BINARY, .len = ETH_ALEN },
|
||||
[IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
|
||||
.len = ETH_ALEN },
|
||||
[IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
|
||||
[IPSET_ATTR_LINENO] = { .type = NLA_U32 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user