]> git.ipfire.org Git - thirdparty/ipset.git/commit
Move the type specifici attribute validation to the core
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 27 Jan 2011 11:44:17 +0000 (12:44 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 27 Jan 2011 11:44:17 +0000 (12:44 +0100)
commitb84145e442d1b8adec11648d09b2b45ccbe31c4e
tree59c3b8e8fdc76f06c398e7488fd2bbd2c859de2a
parent9113631680f783fc1a920c3320ba1ed3ca527562
Move the type specifici attribute validation to the core

The type specific attribute validation can be moved to the ipset core.
That way it's done centrally and thus can be eliminated from the individual
set types (suggested by Patrick McHardy).
13 files changed:
kernel/include/linux/netfilter/ipset/ip_set.h
kernel/include/linux/netfilter/ipset/ip_set_ahash.h
kernel/ip_set_bitmap_ip.c
kernel/ip_set_bitmap_ipmac.c
kernel/ip_set_bitmap_port.c
kernel/ip_set_core.c
kernel/ip_set_hash_ip.c
kernel/ip_set_hash_ipport.c
kernel/ip_set_hash_ipportip.c
kernel/ip_set_hash_ipportnet.c
kernel/ip_set_hash_net.c
kernel/ip_set_hash_netport.c
kernel/ip_set_list_set.c