summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0014objects_0.nft
blob: 9281a1a061931577452fe28381df1d51900da843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
table ip test {
	quota https-quota {
		25 mbytes
	}

	ct helper cthelp {
		type "sip" protocol tcp
		l3proto ip
	}
}
table ip test-ip {
}