summaryrefslogtreecommitdiffstats
path: root/tests/expr/ct/no-key_err.t
blob: 59627b47104058336fb94de71dc03e61a29193b8 (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", NULL, NULL);
cmp("NFT_REG32_15", "0", "ffffffff");
commit();