diff options
| -rw-r--r-- | package/dnsmasq/files/dnsmasq.init | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 1a2461263..cd44de859 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -185,7 +185,7 @@ dhcp_add() {  		DNS_SERVERS="$DNS_SERVERS $dnsserver"  	} -	append_bool "$cfg" ignore "-I $ifname" +	append_bool "$cfg" ignore "-2 $ifname"  	config_get proto "$net" proto  	[ static = "$proto" ] || return 0 | 
