X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fndp.c;h=30ebaf4b13456e028c25f250d02775b47c4161fc;hp=d2fbe07fd515bb5bfd0846853eb06fc4afa5e4e7;hb=048558077d1bcd4c4e5a7f45b020ae3a879965e4;hpb=c5040fea540479b731b040986a9c3a62e34afc37;ds=sidebyside diff --git a/src/ndp.c b/src/ndp.c index d2fbe07..30ebaf4 100644 --- a/src/ndp.c +++ b/src/ndp.c @@ -479,9 +479,6 @@ static void handle_rtnetlink(_unused void *addr, void *data, size_t len, if (is_addr) { check_updates(iface); - if (iface->dhcpv6 == RELAYD_SERVER) - iface->ia_reconf = true; - if (iface->ndp == RELAYD_RELAY && iface->master) { // Replay address changes on all slave interfaces nh->nlmsg_flags = NLM_F_REQUEST;