X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-ip.c;h=3bd92cf49198c22b0d1b845e5f31b44c082f1a64;hp=fed7d725c7c37b7b9742aa3300c81c3729747966;hb=34192161b45520713ebaa5447553fa546e6ee932;hpb=b8c54175393d6cfd07ea641230bd785ce9aee0cc diff --git a/interface-ip.c b/interface-ip.c index fed7d72..3bd92cf 100644 --- a/interface-ip.c +++ b/interface-ip.c @@ -648,6 +648,7 @@ interface_set_prefix_address(struct device_prefix_assignment *assignment, addr.preferred_until = now; if (!addr.valid_until || addr.valid_until - now > 7200) addr.valid_until = now + 7200; + system_del_address(l3_downlink, &addr); // Work around dangling prefix routes system_add_address(l3_downlink, &addr); if (prefix->iface) { if (prefix->iface->ip6table)