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