summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-12-03 20:04:31 +0100
committerFlorian Westphal <fw@strlen.de>2021-12-09 11:12:32 +0100
commit95a8503d019a81ec9225a7ae4cb10d115acac2b9 (patch)
tree2f794e57a9705efe2fa19013d09ba7102b7b4712 /tests/shell/testcases
parent9f204f7da605b9b41c3bef4533230e4cd52bba07 (diff)
netlink_delinearize: and/shift postprocessing
Before this patch: in: frag frag-off @s4 in: ip version @s8 out: (@nh,0,8 & 0xf0) >> 4 == @s8 out: (frag unknown & 0xfff8 [invalid type]) >> 3 == @s4 after: out: frag frag-off >> 0 == @s4 out: ip version >> 0 == @s8 Next patch adds support for zero-shift removal. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases')
0 files changed, 0 insertions, 0 deletions