]> git.ipfire.org Git - thirdparty/nftables.git/commit
evaluate: handle EXPR_MAPPING
authorFlorian Westphal <fw@strlen.de>
Tue, 3 Apr 2018 11:16:31 +0000 (13:16 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 3 Apr 2018 13:15:00 +0000 (15:15 +0200)
commit57cf280d7838a5cae8404402d5d4c4b657f56fcf
treeb8edbcddcdb84d32eed02c2153a6ae0734842bc1
parente17a9dd8c9c9417b9f2756f08069be8c593e2e7a
evaluate: handle EXPR_MAPPING

Needed by followup patch.  EXPR_SET_REF handling is bonkers, it
"works" when using { key : value } because ->key and ->left are aliased
in struct expr to the same location.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/evaluate.c