summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0009variable_0.nft
blob: 7f59a27330e91e6e1a13437f2ce8a988cdbc4f9d (plain)
1
2
3
4
5
6
7
table inet forward {
	set concat-set-variable {
		type ipv4_addr . inet_service
		elements = { 10.10.10.10 . 25,
			     10.10.10.10 . 143 }
	}
}