diff options
Diffstat (limited to 'tests/expr/osf/osf_flags_ok.t')
-rw-r--r-- | tests/expr/osf/osf_flags_ok.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/expr/osf/osf_flags_ok.t b/tests/expr/osf/osf_flags_ok.t new file mode 100644 index 0000000..150dcc4 --- /dev/null +++ b/tests/expr/osf/osf_flags_ok.t @@ -0,0 +1,6 @@ +add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL); +add_chain("test", "0x1", NULL, NULL, NULL); +add_rule("test", "0x1", NULL, NULL, NULL); +osf("NFT_REG_1", NULL, "0x1"); +cmp("NFT_REG_1", "0", "4c696e7578000000"); +commit(); |