summaryrefslogtreecommitdiffstats
path: root/src/evaluate.c
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2022-06-14 21:56:48 +0200
committerFlorian Westphal <fw@strlen.de>2022-08-05 01:46:39 +0200
commit89688c947efc36d25c58c85650414fa3a491732e (patch)
treea6b31625eae8d37a4a879d973f85714f77842aa2 /src/evaluate.c
parent0542a431e8dccfa86fa5b1744f536e61a0b204f3 (diff)
netlink_delinearize: postprocess binary ands in concatenations
Input: update ether saddr . vlan id timeout 5s @macset ether saddr . vlan id @macset Before this patch, gets rendered as: update @macset { @ll,48,48 . @ll,112,16 & 0xfff timeout 5s } @ll,48,48 . @ll,112,16 & 0xfff @macset After this, listing will show: update @macset { @ll,48,48 . vlan id timeout 5s } @ll,48,48 . vlan id @macset The @ll, ... is due to vlan description replacing the ethernet one, so payload decode fails to take the concatenation apart (the ethernet header payload info is matched vs. vlan template). This will be adjusted by a followup patch. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/evaluate.c')
0 files changed, 0 insertions, 0 deletions