mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-14 03:53:51 +01:00
ipset: update to 6.9.1-genl
This commit is contained in:
@@ -442,7 +442,7 @@ init_map_ip(struct ip_set *set, struct bitmap_ip *map,
|
||||
map->timeout = IPSET_NO_TIMEOUT;
|
||||
|
||||
set->data = map;
|
||||
set->family = AF_INET;
|
||||
set->family = NFPROTO_IPV4;
|
||||
|
||||
return true;
|
||||
}
|
||||
@@ -550,7 +550,7 @@ static struct ip_set_type bitmap_ip_type __read_mostly = {
|
||||
.protocol = IPSET_PROTOCOL,
|
||||
.features = IPSET_TYPE_IP,
|
||||
.dimension = IPSET_DIM_ONE,
|
||||
.family = AF_INET,
|
||||
.family = NFPROTO_IPV4,
|
||||
.revision_min = 0,
|
||||
.revision_max = 0,
|
||||
.create = bitmap_ip_create,
|
||||
|
||||
Reference in New Issue
Block a user