]> git.ipfire.org Git - thirdparty/nftables.git/commit
netlink: fix byteorder of RHS of relational meta expression
authorPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 03:57:20 +0000 (05:57 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 03:57:20 +0000 (05:57 +0200)
commit259ee5b3e29c1c76aad2fc7c2bbf470d414110f1
tree8cf107f68018090b93bbf055e0e56cca35f6e730
parent653e35bca873414964c9cde0bd98bca3e0bf6692
netlink: fix byteorder of RHS of relational meta expression

The RHS needs to be postprocessed before updating the payload context
for byteorder conversion. Fixes iiftype match reconstruction.

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