summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0016anonymous_0.nft
blob: cb089337bc135cd93838b79dc0ffaa26e2cb4265 (plain)
1
2
3
4
5
6
table ip x {
	chain y {
		ip saddr 1.1.1.1
		meta mark set ip saddr map { 1.1.1.1 : 0x00000002 }
	}
}