projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575b1fe
)
do not replace proto_ip dns servers on config reload
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 20 May 2012 13:20:48 +0000
(15:20 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 20 May 2012 13:20:48 +0000
(15:20 +0200)
interface.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index ef7c01c991eaff488f1b6ce71246c7867f6c5dad..331eaa197cca5d877b76c266187135c658df1a76 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-648,7
+648,6
@@
interface_change_config(struct interface *if_old, struct interface *if_new)
UPDATE(proto_ip.no_dns);
interface_replace_dns(&if_old->config_ip, &if_new->config_ip);
- interface_replace_dns(&if_old->proto_ip, &if_new->proto_ip);
interface_write_resolv_conf();
#undef UPDATE