mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-12 02:53:52 +01:00
ipset: update to 6.9.1-genl
This commit is contained in:
@@ -57,16 +57,16 @@ struct ipset_type ipset_bitmap_ipmac0 = {
|
||||
.name = "bitmap:ip,mac",
|
||||
.alias = { "macipmap", NULL },
|
||||
.revision = 0,
|
||||
.family = AF_INET,
|
||||
.family = NFPROTO_IPV4,
|
||||
.dimension = IPSET_DIM_TWO,
|
||||
.last_elem_optional = true,
|
||||
.elem = {
|
||||
[IPSET_DIM_ONE] = {
|
||||
[IPSET_DIM_ONE - 1] = {
|
||||
.parse = ipset_parse_single_ip,
|
||||
.print = ipset_print_ip,
|
||||
.opt = IPSET_OPT_IP
|
||||
},
|
||||
[IPSET_DIM_TWO] = {
|
||||
[IPSET_DIM_TWO - 1] = {
|
||||
.parse = ipset_parse_ether,
|
||||
.print = ipset_print_ether,
|
||||
.opt = IPSET_OPT_ETHER
|
||||
|
||||
Reference in New Issue
Block a user