-
- Downloads
netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* types
The range internally is converted to the network(s) equal to the range. Example: # ipset new test hash:net # ipset add test 10.2.0.0-10.2.1.12 # ipset list test Name: test Type: hash:net Header: family inet hashsize 1024 maxelem 65536 Size in memory: 16888 References: 0 Members: 10.2.1.12 10.2.1.0/29 10.2.0.0/24 10.2.1.8/30 Signed-off-by:Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by:
Patrick McHardy <kaber@trash.net>
Showing
- include/linux/netfilter/ipset/ip_set.h 1 addition, 0 deletionsinclude/linux/netfilter/ipset/ip_set.h
- include/linux/netfilter/ipset/ip_set_ahash.h 1 addition, 1 deletioninclude/linux/netfilter/ipset/ip_set_ahash.h
- include/linux/netfilter/ipset/ip_set_hash.h 4 additions, 0 deletionsinclude/linux/netfilter/ipset/ip_set_hash.h
- include/linux/netfilter/ipset/pfxlen.h 3 additions, 0 deletionsinclude/linux/netfilter/ipset/pfxlen.h
- net/netfilter/ipset/ip_set_hash_ipportnet.c 47 additions, 22 deletionsnet/netfilter/ipset/ip_set_hash_ipportnet.c
- net/netfilter/ipset/ip_set_hash_net.c 40 additions, 11 deletionsnet/netfilter/ipset/ip_set_hash_net.c
- net/netfilter/ipset/ip_set_hash_netport.c 48 additions, 21 deletionsnet/netfilter/ipset/ip_set_hash_netport.c
- net/netfilter/ipset/pfxlen.c 21 additions, 0 deletionsnet/netfilter/ipset/pfxlen.c
Loading
Please register or sign in to comment