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