summaryrefslogtreecommitdiffstats
path: root/tests/chain/upd-flags_err.t
blob: 85c1685f165625357594182f0f4c8fb0599cd2f7 (plain)
1
2
3
4
add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
add_chain("__test0", NULL, NULL, NULL, NULL);
add_chain("__test0", NULL, "0x4", NULL, NULL);
commit();