projects
/
oweals
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964b303
)
Send quit comment in fw3_destroy_ipsets() and initialize ipset objects with enabled...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 30 Apr 2013 19:03:34 +0000
(21:03 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 30 Apr 2013 19:03:34 +0000
(21:03 +0200)
ipsets.c
patch
|
blob
|
history
diff --git
a/ipsets.c
b/ipsets.c
index 637af7e8b76f9356d19db40737da9d07ff26066c..eb37d0a82e6a831462ca19bf4825640b07c2b02a 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 *