From 2cc2d7707bf5f869e4812dbbc6626165cbfb2e6c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 30 Jun 2007 19:30:38 +0000 Subject: [PATCH] make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state SVN-Revision: 7806 --- package/iptables/files/firewall.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2