summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0016redefines_1.nft
blob: 65b7f4913a8e2b9189dea5126f8e64b9d2bb5738 (plain)
1
2
3
4
5
6
table ip x {
	chain y {
		ip saddr { 1.1.1.1, 2.2.2.2 }
		ip saddr { 3.3.3.3, 4.4.4.4 }
	}
}