Send quit comment in fw3_destroy_ipsets() and initialize ipset objects with enabled...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 30 Apr 2013 19:03:34 +0000 (21:03 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 30 Apr 2013 19:03:34 +0000 (21:03 +0200)
ipsets.c

index 637af7e..eb37d0a 100644 (file)
--- 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 *