summaryrefslogtreecommitdiffstats
path: root/tests/echo/testcases/simple.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/echo/testcases/simple.t')
-rw-r--r--tests/echo/testcases/simple.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/echo/testcases/simple.t b/tests/echo/testcases/simple.t
new file mode 100644
index 00000000..566fd7e0
--- /dev/null
+++ b/tests/echo/testcases/simple.t
@@ -0,0 +1,12 @@
+add table ip t
+add chain ip t c
+
+# note the added handle output
+add rule ip t c accept;;add rule ip t c accept # handle *
+add rule ip t c tcp dport { 22, 80, 443 } accept;;add rule ip t c tcp dport { 22, 80, 443 } accept # handle *
+
+add set ip t ipset { type ipv4_addr; }
+add element ip t ipset { 192.168.0.1 }
+
+# counter output comes with statistics
+add counter ip t cnt;;add counter ip t cnt *