blob: ed035a9111b9dfc4ec4cff8fe2f72bdba3071a69 (
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", NULL, NULL, NULL, NULL);
ct(NULL, "NFT_REG32_15", "11", NULL);
cmp("NFT_REG32_15", "0", "ffff");
commit();
|