]> git.ipfire.org Git - thirdparty/nftables.git/commit
seqtree: update mapping data when keeping the base
authorPatrick McHardy <kaber@trash.net>
Sat, 8 Dec 2012 19:42:16 +0000 (20:42 +0100)
committerPatrick McHardy <kaber@trash.net>
Sat, 8 Dec 2012 19:42:16 +0000 (20:42 +0100)
commit9e33068da715323768bbee39a17cdad8642451ae
treec8b13a616d03d30b4a03ead139af6a4a18f8e53c
parent256f41f07998ba63146897019d4282767870108d
seqtree: update mapping data when keeping the base

When a prefix expression is followed by another prefix expression using the
same base but a wider prefix, we need to update the mapping data to that of
the second expression.

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