summaryrefslogtreecommitdiffstats
path: root/tests/table/basechain-dormant_ok.t
blob: 5e04704c98f1cfbee5a90b56cfcb97eb2463970b (plain)
1
2
3
4
5
add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
add_basechain("test", "filter", "0", "0", NULL, NULL, "NF_ACCEPT", NULL, NULL, "10", "20", NULL, NULL);
add_table(NFPROTO_IPV4, "test", "0x1", NULL, NULL);
del_basechain("test", NULL, NULL, NULL, NULL, NULL, NULL, NULL);
commit();