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