summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft')
-rw-r--r--tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft b/tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft
new file mode 100644
index 00000000..aac03cc5
--- /dev/null
+++ b/tests/shell/testcases/optionals/dumps/delete_object_handles_0.nft
@@ -0,0 +1,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
+ }
+}