summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0028variable_cmdline_0.nft
blob: aa08112280b608614b7c226107c05b43b61b052f (plain)
1
2
3
4
5
6
7
8
table inet filter {
	set whitelist_v4 {
		type ipv4_addr
		elements = { 1.1.1.1, 2.2.2.2,
			     3.3.3.3, 4.4.4.4,
			     5.5.5.5 }
	}
}