diff options
Diffstat (limited to 'tests/expr/match/match-tcp-inet-ingress_err.t')
-rw-r--r-- | tests/expr/match/match-tcp-inet-ingress_err.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/expr/match/match-tcp-inet-ingress_err.t b/tests/expr/match/match-tcp-inet-ingress_err.t new file mode 100644 index 0000000..5e30b5d --- /dev/null +++ b/tests/expr/match/match-tcp-inet-ingress_err.t @@ -0,0 +1,6 @@ +add_table(NFPROTO_INET, "test", NULL, NULL, NULL); +add_basechain("test", "filter", "5", "0", "dummy0", NULL, "NF_ACCEPT", NULL, NULL, NULL, NULL, NULL, NULL); +add_rule("test", "0x1", NULL, NULL, NULL); +match("tcp", "0", "010203040506070809101112", "6", "0"); +counter(NULL, NULL); +commit(); |