IPv6: work around dangling routes kernel issue
authorSteven Barth <steven@midlink.org>
Sun, 16 Feb 2014 11:10:57 +0000 (12:10 +0100)
committerSteven Barth <steven@midlink.org>
Sun, 16 Feb 2014 11:10:57 +0000 (12:10 +0100)
interface-ip.c

index fed7d72..3bd92cf 100644 (file)
@@ -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)