From 422cab4f623bc1e613925c8a26ea3203c72cc996 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 22 Apr 2020 16:57:40 +0100 Subject: [PATCH] privsep: Open the IPV6 ND socket when running IPv6 IPv6 RS could be turned off globally --- src/privsep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/privsep.c b/src/privsep.c index 2b68af2f..09e63216 100644 --- a/src/privsep.c +++ b/src/privsep.c @@ -327,7 +327,7 @@ ps_start(struct dhcpcd_ctx *ctx) /* No point in spawning the generic network listener if we're * not going to use it. */ - if (!(ctx->options & (DHCPCD_MASTER | DHCPCD_IPV6RS))) + if (!(ctx->options & (DHCPCD_MASTER | DHCPCD_IPV6))) goto started; switch (pid = ps_inet_start(ctx)) { -- 2.47.2