Really fix prior.

This commit is contained in:
Roy Marples 2015-04-01 22:06:33 +00:00
parent 0cfe2784a2
commit af3e4deb5b

View File

@ -387,7 +387,7 @@ configure_interface1(struct interface *ifp)
/* We want to disable kernel interface RA as early as possible. */
if (ifo->options & DHCPCD_IPV6RS &&
!(ifo->options & DHCPCD_DUMPLEASE))
!(ifp->ctx->options & DHCPCD_DUMPLEASE))
{
/* If not doing any DHCP, disable the RDNSS requirement. */
if (!(ifo->options & (DHCPCD_DHCP | DHCPCD_DHCP6)))