]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: transfer right shifts to constant side
authorPatrick McHardy <kaber@trash.net>
Sat, 28 Nov 2015 13:20:23 +0000 (13:20 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 11 May 2016 20:58:37 +0000 (22:58 +0200)
commita037b2e3867940ab7f786fbc5e6e4b7dc71d89f1
treefb61c900f45f558cb03b3580ddaebe7ce52b0771
parentcd6adec204e5b4a4f5781b44f012d8fdc1e49405
evaluate: transfer right shifts to constant side

This provides a generic way to transfer shifts from the left hand side
to the right hand constant side of a relational expression when
performing transformations from the evaluation step.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/evaluate.c