diff options
author | Steven Barth <steven@midlink.org> | 2008-04-01 22:15:24 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-01 22:15:24 +0000 |
commit | e9ff9dd9942748592a1f8ce66fab7dfce46e9779 (patch) | |
tree | 4e7a1a16c803c8cfce207794b7346efa45db7557 /contrib/uci | |
parent | 799de8987c5c70ce70429700014fd3768b41f3a0 (diff) |
* Fixed firewall scripts
Diffstat (limited to 'contrib/uci')
-rw-r--r-- | contrib/uci/luci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/uci/luci b/contrib/uci/luci index 640faf170..ba9ad4745 100644 --- a/contrib/uci/luci +++ b/contrib/uci/luci @@ -19,4 +19,5 @@ config event uci_oncommit option network "/etc/init.d/network restart" option wireless "/etc/init.d/network restart" option olsrd "/etc/init.d/olsrd restart" - option dhcp "/etc/init.d/dhcp restart"
\ No newline at end of file + option dhcp "/etc/init.d/dhcp restart" + option luci_fw "/etc/init.d/luci_fw restart"
\ No newline at end of file |