summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/table_onoff.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/transactions/dumps/table_onoff.nft')
-rw-r--r--tests/shell/testcases/transactions/dumps/table_onoff.nft8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/testcases/transactions/dumps/table_onoff.nft b/tests/shell/testcases/transactions/dumps/table_onoff.nft
new file mode 100644
index 00000000..038be1c0
--- /dev/null
+++ b/tests/shell/testcases/transactions/dumps/table_onoff.nft
@@ -0,0 +1,8 @@
+table ip t {
+ flags dormant
+
+ chain c {
+ type filter hook input priority filter; policy accept;
+ ip daddr 127.0.0.42 counter packets 0 bytes 0
+ }
+}