summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0009comments_timeout_0.nft
blob: 455ebe3e74b3a0fd2000cc3195129b1fa5b3f539 (plain)
1
2
3
4
5
6
7
table ip t {
	set s {
		type ipv4_addr
		flags timeout
		elements = { 1.1.1.1 comment "test" }
	}
}