make the firewall script run after the network script again (required for working...
authorFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2007 19:30:38 +0000 (19:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 30 Jun 2007 19:30:38 +0000 (19:30 +0000)
SVN-Revision: 7806

package/iptables/files/firewall.init

index 68fc3de62e6c46acc9855e6e578bff55ed38a6fe..388c5b4f91da28169884c66a63008065501fc18e 100755 (executable)
@@ -2,10 +2,11 @@
 # Copyright (C) 2006 OpenWrt.org
 
 ## Please make changes in /etc/firewall.user
 # Copyright (C) 2006 OpenWrt.org
 
 ## Please make changes in /etc/firewall.user
-START=35
+START=45
 start() {
        include /lib/network
        scan_interfaces
 start() {
        include /lib/network
        scan_interfaces
+       config_load /var/state/network
        
        config_get WAN wan ifname
        config_get WANDEV wan device
        
        config_get WAN wan ifname
        config_get WANDEV wan device