only ignore dhcp but still listen for dns closes #3406

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11062 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Travis Kemen 2008-05-08 00:01:58 +00:00
parent a91bb11f6a
commit 265e3a8161
1 changed files with 1 additions and 1 deletions

View File

@ -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