]> 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:44:21 +0000 (16:44 +0100)
src/dhcp6.c

index e977e4755883f42e06361349dfe03ffe0618e6e0..dc911ee93b931b47985f6547941649d2c1662109 100644 (file)
@@ -3783,6 +3783,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;