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-a3cf2f4a3e73master
parent
9e40043c76
commit
d6611faaef
|
@ -2,10 +2,11 @@
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006 OpenWrt.org
|
||||||
|
|
||||||
## Please make changes in /etc/firewall.user
|
## Please make changes in /etc/firewall.user
|
||||||
START=35
|
START=45
|
||||||
start() {
|
start() {
|
||||||
include /lib/network
|
include /lib/network
|
||||||
scan_interfaces
|
scan_interfaces
|
||||||
|
config_load /var/state/network
|
||||||
|
|
||||||
config_get WAN wan ifname
|
config_get WAN wan ifname
|
||||||
config_get WANDEV wan device
|
config_get WANDEV wan device
|
||||||
|
|
Loading…
Reference in New Issue