ra: align RA update interval with RFC4861 (FS#964)
[project/odhcp6c.git] / src / dhcpv6.c
index 58050dc45b236c2d1446289bf6c3fe5af3da7cb8..9dce577250400b29a0dde12841d6b7ea0ba90882 100644 (file)
@@ -1277,7 +1277,7 @@ static int dhcpv6_parse_ia(void *opt, void *end)
                        }
 
                        if (ok) {
-                               odhcp6c_update_entry(STATE_IA_PD, &entry, 0, false);
+                               odhcp6c_update_entry(STATE_IA_PD, &entry, 0, 0);
                                parsed_ia++;
                        }
 
@@ -1302,7 +1302,7 @@ static int dhcpv6_parse_ia(void *opt, void *end)
                        entry.length = 128;
                        entry.target = addr->addr;
 
-                       odhcp6c_update_entry(STATE_IA_NA, &entry, 0, false);
+                       odhcp6c_update_entry(STATE_IA_NA, &entry, 0, 0);
                        parsed_ia++;
                }
        }