blob: 7067a1ef55669bdec20b83d7b92b66270cf4c089 (
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);
socket("NFT_REG32_14", "1", NULL);
cmp("NFT_REG32_14", "0", "01020304");
commit();
|