mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-20 07:24:36 +01:00
parent
a28a3e814b
commit
297cf0cb90
@ -173,7 +173,7 @@ dhcp_add() {
|
||||
config_get ifname "$net" ifname
|
||||
[ -n "$ifname" ] || return 0
|
||||
|
||||
append_bool "$cfg" ingore "-I $ifname"
|
||||
append_bool "$cfg" ignore "-I $ifname"
|
||||
|
||||
config_get proto "$net" proto
|
||||
[ static = "$proto" ] || return 0
|
||||
|
Loading…
Reference in New Issue
Block a user