summaryrefslogtreecommitdiffstats
path: root/tests/expr/ct/01-dir_ok.t
blob: 18977d2b2c2a2026874947d848b0076682cfbdaf (plain)
1
2
3
4
5
6
add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
add_chain("test", NULL, NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
ct(NULL, "NFT_REG32_15", "1", NULL);
cmp("NFT_REG32_15", "0", "ffffffff");
commit();