]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: add separate variables for lshift and xor binops.
authorJeremy Sowden <jeremy@azazel.net>
Tue, 3 Mar 2020 09:48:27 +0000 (09:48 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 4 Mar 2020 22:31:55 +0000 (23:31 +0100)
commit61d93d5fd35c9cbb3c71acc8e3fcc3be82ed3d9e
tree834fd6997ddb9cec2ce3a892b3c15aab439fc413
parentd42bd56cff1a22301703d2b9d6d6fc937ea7cfbd
evaluate: add separate variables for lshift and xor binops.

stmt_evaluate_payload has distinct variables for some, but not all, the
binop expressions it creates.  Add variables for the rest.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
src/evaluate.c