]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
DHCP6: Fix INFORM support
authorRoy Marples <roy@marples.name>
Thu, 20 Jun 2019 15:44:21 +0000 (16:44 +0100)
committerRoy Marples <roy@marples.name>
Thu, 20 Jun 2019 15:47:33 +0000 (16:47 +0100)
src/dhcp6.c

index aba6d42b5c9e322a4c5e9515b73e5f21bc86da16..79a0d7306b6cd6a4c457f08c5c608019153050ac 100644 (file)
@@ -3766,6 +3766,8 @@ dhcp6_start(struct interface *ifp, enum DH6S init_state)
                        /* No DHCPv6 config, no existing state
                         * so nothing to do. */
                        return 0;
+               case DH6S_INFORM:
+                       break;
                default:
                        init_state = DH6S_INIT;
                        break;