]> git.ipfire.org Git - thirdparty/nftables.git/commit
segtree: fix segtree to properly support mappings
authorPatrick McHardy <kaber@trash.net>
Sat, 8 Dec 2012 19:17:17 +0000 (20:17 +0100)
committerPatrick McHardy <kaber@trash.net>
Sat, 8 Dec 2012 19:24:55 +0000 (20:24 +0100)
commitcf3dbf97f4b95aa876fefae3b99797e58403b874
treedae42a000557958085586f3c2f73bd2238b806e6
parent47ff571046570e8f70f545de162e09c2ff147f80
segtree: fix segtree to properly support mappings

Requires to use proper types for keys and data and using the key values for reverse
transformation.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/expression.h
src/rule.c
src/segtree.c