]> git.ipfire.org Git - thirdparty/nftables.git/commit
expr: relational: don't surpress '==' for LHS binops in output
authorPatrick McHardy <kaber@trash.net>
Wed, 15 Jan 2014 15:39:10 +0000 (15:39 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 15 Jan 2014 15:39:10 +0000 (15:39 +0000)
commitc3d233b1e210922ac6f29afca796b66964e499de
treeeb9a76368126ce60c6a48c98c5c552dacd5c4588
parent7c6db39e019c3c7e973d9835c9b03341b0d63de9
expr: relational: don't surpress '==' for LHS binops in output

This patch changes the output of relational expressions to not surpress
the '==' when the LHS is a binop, f.i.

... meta mark & 0x00000003 0x00000001

becomes

... meta mark & 0x00000003 == 0x00000001

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