]> granicus.if.org Git - ipset/commit
Support range for IPv4 at adding/deleting elements for hash:*net* types
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 15 May 2011 10:04:19 +0000 (12:04 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 15 May 2011 10:04:19 +0000 (12:04 +0200)
commitbb4f6b818fe371b754abd61cffb97cb5145e8e1d
tree34fb558facd8bc4ca1f1cdda8cc62eb4fd929e6f
parent774c80b578172aa7797ea60264e8a929302d5e83
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
27 files changed:
include/libipset/data.h
include/libipset/linux_ip_set.h
include/libipset/linux_ip_set_hash.h
include/libipset/parse.h
kernel/include/linux/netfilter/ipset/ip_set.h
kernel/include/linux/netfilter/ipset/ip_set_ahash.h
kernel/include/linux/netfilter/ipset/ip_set_hash.h
kernel/include/linux/netfilter/ipset/pfxlen.h
kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c
kernel/net/netfilter/ipset/ip_set_hash_net.c
kernel/net/netfilter/ipset/ip_set_hash_netport.c
kernel/net/netfilter/ipset/pfxlen.c
lib/data.c
lib/parse.c
lib/session.c
src/errcode.c
src/ipset.8
src/ipset.c
src/ipset_hash_ipport.c
src/ipset_hash_ipportip.c
src/ipset_hash_ipportnet.c
src/ipset_hash_net.c
src/ipset_hash_netport.c
tests/hash:ip,port,net.t
tests/hash:net,port.t
tests/hash:net.t
tests/hash:net.t.list2 [new file with mode: 0644]