From: nbd 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.archive.openwrt.org/?a=commitdiff_plain;h=7ea4f506bbd7180ba9f2aa7e9b0dc17c748235e2;p=10.03%2Fopenwrt.git make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7806 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/files/firewall.init b/package/iptables/files/firewall.init index 68fc3de62..388c5b4f9 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