]> granicus.if.org Git - ipset/commit
add markmask for hash:ip,mark data type
authorVytas Dauksa <vytas.dauksa@smoothwall.net>
Tue, 17 Dec 2013 14:01:44 +0000 (14:01 +0000)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 23 Jan 2014 06:12:51 +0000 (07:12 +0100)
commit2dfb973c0dcc6d22113e2370f461f1733035baaf
treef07f9273a8b91c7ec45e871baf914608b8972033
parent14ea38fca9e40df4f172a573c222591b5f3cc241
add markmask for hash:ip,mark data type

Introduce packet mark mask for hash:ip,mark data type. This allows to
set mark bit filter for the ip set.

Change-Id: Id8dd9ca7e64477c4f7b022a1d9c1a5b187f1c96e

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
20 files changed:
include/libipset/data.h
include/libipset/linux_ip_set.h
kernel/include/uapi/linux/netfilter/ipset/ip_set.h
kernel/net/netfilter/ipset/ip_set_hash_gen.h
kernel/net/netfilter/ipset/ip_set_hash_ipmark.c
lib/data.c
lib/debug.c
lib/errcode.c
lib/ipset_hash_ipmark.c
lib/print.c
lib/session.c
src/ipset.8
tests/hash:ip,mark.t
tests/hash:ip,mark.t.list0
tests/hash:ip,mark.t.list1
tests/hash:ip6,mark.t
tests/hash:ip6,mark.t.list0
tests/hash:ip6,mark.t.list1
tests/ipmarkhash.t.list0
tests/ipmarkhash.t.list1