From: Felix Fietkau Date: Sat, 30 Jun 2007 19:30:38 +0000 (+0000) Subject: make the firewall script run after the network script again (required for working... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=69e846417781ea67ab15f1faec28c290a038dbd9;ds=sidebyside make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state SVN-Revision: 7806 --- diff --git a/package/iptables/files/firewall.init b/package/iptables/files/firewall.init index 68fc3de62e..388c5b4f91 100755 --- a/package/iptables/files/firewall.init +++ b/package/iptables/files/firewall.init @@ -2,10 +2,11 @@ # Copyright (C) 2006 OpenWrt.org ## Please make changes in /etc/firewall.user -START=35 +START=45 start() { include /lib/network scan_interfaces + config_load /var/state/network config_get WAN wan ifname config_get WANDEV wan device