summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0021nesting_0.nft
blob: 6fd2a441cbfe59cc99a33828d22b8494bf44a515 (plain)
1
2
3
4
5
table ip x {
	chain y {
		ip saddr { 1.1.1.0/24, 2.2.2.0/24, 3.3.3.0/24 }
	}
}