summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bitwise/dumps/0040mark_binop_9.nft
blob: d4745ea4947e1cb9426c45666b45fd0450be35d8 (plain)
1
2
3
4
5
6
table ip6 t {
	chain c {
		type filter hook input priority filter; policy accept;
		meta mark set ip6 dscp << 26 | 0x10
	}
}