We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dab17 commit 16d6560Copy full SHA for 16d6560
1 file changed
src/ipv6nd.c
@@ -507,7 +507,7 @@ ipv6nd_sortrouters(struct dhcpcd_ctx *ctx)
507
continue;
508
if (ra1->lifetime == 0 && ra2->lifetime != 0)
509
510
- if (!ra1->isreachable && ra2->reachable)
+ if (!ra1->isreachable && ra2->isreachable)
511
512
if (ipv6nd_rtpref(ra1->flags) <= ipv6nd_rtpref(ra2->flags))
513
0 commit comments