diff options
Diffstat (limited to 'tests/obj/ct-expect-inet_ok.t')
-rw-r--r-- | tests/obj/ct-expect-inet_ok.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/obj/ct-expect-inet_ok.t b/tests/obj/ct-expect-inet_ok.t new file mode 100644 index 0000000..31835ea --- /dev/null +++ b/tests/obj/ct-expect-inet_ok.t @@ -0,0 +1,3 @@ +add_table(NFPROTO_INET, "test", NULL, NULL, NULL); +add_obj_ct_expect("test", NULL, NULL, "2", "6", "22", "100", "10"); +commit(); |