mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-13 22:20:27 +00:00
dnsmasq: prevent bad command line error when a dhcp pool has ignore set and the corresponding iface has only whitespace as value
SVN-Revision: 20048
This commit is contained in:
@@ -235,7 +235,7 @@ dhcp_add() {
|
||||
DNS_SERVERS="$DNS_SERVERS $dnsserver"
|
||||
}
|
||||
|
||||
append_bool "$cfg" ignore "-2 $ifname" && return 0
|
||||
append_bool "$cfg" ignore "-2 '$ifname'" && return 0
|
||||
|
||||
config_get proto "$net" proto
|
||||
[ static = "$proto" ] || return 0
|
||||
|
||||
Reference in New Issue
Block a user