diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 33dd5e50c7..98aef52407 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -3306,7 +3306,8 @@ ndisc_set_router_config (NMNDisc *ndisc, NMDevice *self) guint32 lifetime, preferred; gint32 base; - if (IN6_IS_ADDR_LINKLOCAL (&addr->address)) + if ( IN6_IS_ADDR_UNSPECIFIED (&addr->address) + || IN6_IS_ADDR_LINKLOCAL (&addr->address)) continue; if ( addr->n_ifa_flags & IFA_F_TENTATIVE