mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
only ignore dhcp but still listen for dns closes #3406
SVN-Revision: 11062
This commit is contained in:
parent
3612b1e7c0
commit
162a814ef4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user