<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div class="default-style">
   <div>
    <br>
   </div>
   <div class="default-style">
    Hi,
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    For the following query:
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    16:24:15.730401 IP6 (hlim 1, next-header UDP (17) payload length: 143) 
    <br>cs-lab11-kea.dhcpv6-client > ff02::1:2.dhcpv6-server: 
    <br>[bad udp cksum 0xc2bb -> 0xa8e1!] 
    <br><strong>dhcp6 renew</strong> (xid=50bedb
   </div>
   <div class="default-style">
    (client-ID type 4) 
    <br>(server-ID hwaddr/time type 1 time 692127779 00259074ca68) 
    <br>(option-request DNS-server DNS-search-list DNS-server DNS-search-list client-ID) 
    <br>(elapsed-time 0) (Client-FQDN) 
    <br>(IA_NA IAID:795336567 T1:3600 T2:5400(IA_ADDR xxxx::101:1 pltime:7200 vltime:7500))
   </div>
   <div class="default-style">
    ) 
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    I have observed a case where KEA dhcp6 returns the following:
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    16:24:16.359170 IP6 (hlim 64, next-header UDP (17) payload length: 171) 
    <br>gateway.dhcpv6-server > cs-lab11-kea.dhcpv6-client: 
    <br>[udp sum ok] 
    <br><strong>dhcp6 reply</strong> (xid=50bedb
   </div>
   <div class="default-style">
    (client-ID type 4)
   </div>
   <div class="default-style">
    (server-ID hwaddr/time type 1 time 692127779 00259074ca68)
   </div>
   <div class="default-style">
    (IA_NA IAID:795336567 T1:40 T2:100 
    <br><strong>(IA_ADDR xxxx::101:1 pltime:120 vltime:120) </strong> 
    <br><strong>(IA_ADDR xxxx::101:1 pltime:0 vltime:0))</strong> 
    <br>(DNS-search-list cern.ch.) (Client-FQDN))
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Where there are 2 IA_ADDR, the second one having a vltime of 0.
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Any idea how that can happen ?
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    wireshark shows this:
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    [...]
    <br>Message type: Reply (7)
    <br>Transaction ID: 0x52a6e8
    <br>Client Identifier
    <br>Server Identifier
    <br>Identity Association for Non-temporary Address
    <br>Option: Identity Association for Non-temporary Address (3)
    <br>Length: 68
    <br>xxx
   </div>
   <div class="default-style">
    IAID: 2f67df77
    <br>T1: 40
    <br>T2: 100
    <br>IA Address
    <br>Option: IA Address (5)
    <br>Length: 24
    <br><strong>Value: xxxx10100010000007800000078</strong>
    <br>IPv6 address: 2001:1458:202:1d5::101:1 (xxxx::101:1)
    <br>Preferred lifetime: 120
    <br>Valid lifetime: 120
    <br>IA Address
    <br>Option: IA Address (5)
    <br>Length: 24
    <br><strong>Value: xxxx10100010000000000000000</strong>
    <br>IPv6 address: 2001:1458:202:1d5::101:1 (xxxx::101:1)
    <br>Preferred lifetime: 0
    <br>Valid lifetime: 0
    <br>Domain Search List
    <br>Fully Qualified Domain Name
    <br>
   </div>
   <div class="default-style">
    <br>
   </div>
   <div class="default-style">
    Thanks,
   </div>
   <div class="default-style">
    Veronique
   </div>
  </div>
 </body>
</html>