include functions and network config in hotplug
[openwrt.git] / openwrt / package / base-files / default / etc / firewall.user
index 7a13141..5774f0c 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 . /etc/functions.sh
+. /etc/network.overrides
+[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
 
 WAN=$(nvram get wan_ifname)
 LAN=$(nvram get lan_ifname)
This page took 0.028191 seconds and 4 git commands to generate.