summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/update_object_handles_0.nft
blob: f391b6314600313620f477c0dc942009ab3568ad (plain)
1
2
3
4
5
6
7
8
9
table ip test-ip {
	counter traffic-counter {
		packets 0 bytes 0
	}

	quota traffic-quota {
		50 mbytes
	}
}