#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "6.7.99.6"
+#define VERSION "6.7.99.7"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
if (k && !carrier_warned) {
ifd_state = D6_STATE(ifd);
ipv6_addaddrs(&ifd_state->addrs);
+ if_initrt6(ifd);
dhcp6_script_try_run(ifd, 1);
}
}
state = D6_STATE(ifp);
state->state = DH6S_DELEGATED;
ipv6_addaddrs(&state->addrs);
+ if_initrt6(ifp);
ipv6_buildroutes(ifp->ctx);
dhcp6_script_try_run(ifp, 1);
}
else if (state->expire == 0)
logger(ifp->ctx, has_new ? LOG_INFO : LOG_DEBUG,
"%s: will expire", ifp->name);
+ if_initrt6(ifp);
ipv6_buildroutes(ifp->ctx);
dhcp6_writelease(ifp);
dhcp6_script_try_run(ifp, 0);