diff options
Diffstat (limited to 'tests/expr/counter/counter-bytes_ok.t')
-rw-r--r-- | tests/expr/counter/counter-bytes_ok.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/expr/counter/counter-bytes_ok.t b/tests/expr/counter/counter-bytes_ok.t new file mode 100644 index 0000000..9400741 --- /dev/null +++ b/tests/expr/counter/counter-bytes_ok.t @@ -0,0 +1,5 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_chain("test", "0x1", NULL, NULL, NULL); +add_rule("test", "0x1", NULL, NULL, NULL); +counter("10", NULL); +commit(); |