diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-20 15:20:48 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-20 15:20:48 +0200 |
commit | 120cd39654a33401423f1b65bb19e12681a6e46f (patch) | |
tree | db016b180fe6caaa007abf4a82d765d3d78d9fd2 /interface.c | |
parent | 575b1fe1bc8f15e65d89a0905e1640277c17fadc (diff) |
do not replace proto_ip dns servers on config reload
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interface.c b/interface.c index ef7c01c..331eaa1 100644 --- 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 |