X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ipsets.c;h=eb37d0a82e6a831462ca19bf4825640b07c2b02a;hp=637af7e8b76f9356d19db40737da9d07ff26066c;hb=b64f6ca3d43dabc651b829fc7c71d95ed791aee2;hpb=964b303f7784fac1ab453c96117bb7485daccc9b diff --git a/ipsets.c b/ipsets.c index 637af7e..eb37d0a 100644 --- a/ipsets.c +++ b/ipsets.c @@ -216,6 +216,8 @@ fw3_alloc_ipset(void) INIT_LIST_HEAD(&ipset->datatypes); + ipset->enabled = true; + return ipset; } @@ -359,6 +361,8 @@ fw3_destroy_ipsets(struct fw3_state *state) fw3_pr("flush %s\n", s->name); fw3_pr("destroy %s\n", s->name); } + + fw3_pr("quit\n"); } struct fw3_ipset *