1
2
3
4
5
6
|
add_table(NFPROTO_IPV6, "test", NULL, NULL, NULL);
add_chain("test", NULL, NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
ct(NULL, "NFT_REG32_12", "8", "0");
cmp("NFT_REG32_12", "0", "01020304010203040102030401020304");
commit();
|