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