]> git.ipfire.org Git - thirdparty/nftables.git/commit
segtree: Introduce flag for half-open range elements
authorPhil Sutter <phil@nwl.cc>
Wed, 19 Jul 2017 13:05:27 +0000 (15:05 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 19 Jul 2017 17:24:38 +0000 (19:24 +0200)
commit6089630f54cecada1fcb91e12ad5eb1811010e48
treeb4401e5832352238fca1c8e2390230fe0c62492c
parent2b261897fa07006e8a46003f8448b69691555314
segtree: Introduce flag for half-open range elements

This flag is required by userspace only, so can live within userdata.
It's sole purpose is for 'nft monitor' to detect half-open ranges (which
are comprised of a single element only).

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/expression.h
include/rule.h
src/netlink.c
src/segtree.c