summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bitwise/0040mark_binop_1
blob: 7e71f3eb43a8d40590cc6643230a12852dd13712 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

RULESET="
  add table t
  add chain t c { type filter hook input priority filter; }
  add rule t c iif lo ct mark & 0xff 0x10 meta mark set ct mark >> 8
"

$NFT -f - <<< "$RULESET"