]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcp6: write RECONFIGURE6 here to match other places
authorRoy Marples <roy@marples.name>
Fri, 7 Sep 2018 12:56:20 +0000 (13:56 +0100)
committerRoy Marples <roy@marples.name>
Fri, 7 Sep 2018 12:56:20 +0000 (13:56 +0100)
src/dhcp6.c

index 943f4795c149b3100e5df41929a106be8958fa26..b95dcd418c97ca6cabaf352cc47deca561f0ef1f 100644 (file)
@@ -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) {