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

set -e

RULESET="
  add table ip6 t
  add chain ip6 t c { type filter hook input priority filter; }
  add rule ip6 t c meta mark set ip6 dscp lshift 2 or 0x10
"

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