summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optimizations/dumps/merge_stmts_concat.nft
blob: 6dbfff2e15fc80c0bd7670f87d799143a09d9196 (plain)
1
2
3
4
5
table ip x {
	chain y {
		iifname . ip saddr . ip daddr { "eth1" . 1.1.1.1 . 2.2.2.3, "eth1" . 1.1.1.2 . 2.2.2.4, "eth2" . 1.1.1.3 . 2.2.2.5 } accept
	}
}