From: Roy Marples Date: Fri, 7 Sep 2018 12:56:20 +0000 (+0100) Subject: dhcp6: write RECONFIGURE6 here to match other places X-Git-Tag: v7.1.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09354ed340ea1304cf8c666518d5ee9a5e056756;p=thirdparty%2Fdhcpcd.git dhcp6: write RECONFIGURE6 here to match other places --- diff --git a/src/dhcp6.c b/src/dhcp6.c index 943f4795..b95dcd41 100644 --- a/src/dhcp6.c +++ b/src/dhcp6.c @@ -3538,7 +3538,7 @@ dhcp6_recv(struct dhcpcd_ctx *ctx, struct ipv6_addr *ia) } if (r->type == DHCP6_RECONFIGURE) { - logdebugx("%s: RECONFIGURE recv from %s," + logdebugx("%s: RECONFIGURE6 recv from %s," " sending to all interfaces", ifp->name, ctx->sfrom); TAILQ_FOREACH(ifp, ctx->ifaces, next) {