blob: 88028e55c9a29d815989fdd28d3110accee02c97 (
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", "0", NULL);
cmp("NFT_REG32_14", "0", "00000001");
commit();
|