summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft
blob: aac03cc50a4876b7bd8a96207a2b3aea99a2b3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
table ip test-ip {
	quota https-quota {
		25 mbytes
	}

	map ports {
		type inet_service : quota
	}
}
table ip6 test-ip6 {
	quota http-quota {
		over 25 mbytes
	}

	counter http-traffic {
		packets 0 bytes 0
	}
}