mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
firewall: move the config_get out of the loop, no need to call it multiple times
SVN-Revision: 17581
This commit is contained in:
parent
715285dd43
commit
8df03c85fe
@ -27,9 +27,10 @@ config_foreach load_zones zone
|
||||
}
|
||||
|
||||
[ ifdown = "$ACTION" ] && {
|
||||
local up
|
||||
config_get up "$INTERFACE" up
|
||||
|
||||
for z in $ZONE; do
|
||||
local up
|
||||
config_get up "$INTERFACE" up
|
||||
[ "$up" == "1" ] && delif "$INTERFACE" "$ifname" "$z"
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user