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