mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 18:53:08 +02:00
firewall: fix fallout from r18716 (fixes #6338)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18733 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
35d8968799
commit
8b93389dca
@ -417,7 +417,8 @@ get_interface_zones() {
|
||||
fw_event() {
|
||||
local action="$1"
|
||||
local interface="$2"
|
||||
local ifname="$(sh -c ". /etc/functions.sh; config_load network; config_get "$interface" ifname")"
|
||||
local ifname="$(sh -c ". /etc/functions.sh; include /lib/network; scan_interfaces; config_get "$interface" ifname")"
|
||||
add_zone=
|
||||
local up
|
||||
|
||||
[ -z "$ifname" ] && return 0
|
||||
@ -503,6 +504,7 @@ fw_init() {
|
||||
echo "Loading zone defaults"
|
||||
config_foreach fw_zone_defaults zone
|
||||
uci_set_state firewall core loaded 1
|
||||
config_set core loaded 1
|
||||
config_foreach fw_check_notrack zone
|
||||
INTERFACES="$(sh -c '. /etc/functions.sh; config_load network; config_foreach echo interface')"
|
||||
for interface in $INTERFACES; do
|
||||
|
Loading…
Reference in New Issue
Block a user