summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0035set_0.nft
blob: e11149471a61b22b26cccceb2f78e6f4082a97fd (plain)
1
2
3
4
5
6
table ip x {
	set y {
		type ipv4_addr
		elements = { 3.3.3.3 }
	}
}