summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bitwise/dumps/0040mark_binop_7.nft
blob: a9663e621448127d0544b5a700adaf6335cfeb58 (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 << 2 | 0x10
	}
}