summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0028delete_handle_0.nft
blob: 0f25c763708ce94e973b09e39085ce926b015a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
table ip test-ip {
	set x {
		type ipv4_addr
	}

	set y {
		type inet_service
		timeout 3h45s
	}

	set z {
		type ipv4_addr
		flags constant,interval
	}
}