<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div style="" class="default-style">
   Hi,
  </div>
  <div style="" class="default-style">
   Do I understand correctly that if an IP is assigned dynamically to a client, and ddns-send-updates is set to true, then the lease file should show the followin <span class="line" lang="plaintext">for the assigned lease </span>:
  </div>
  <div style="" class="default-style">
   <pre class="code highlight" lang="plaintext"><span class="line" lang="plaintext">"fqdn-fwd": true, </span>
<span class="line" lang="plaintext">"fqdn-rev": true,<br><br><br>It seems to be the case for dhcp6 but not for dhcp4 where I see these 2 fields set to false..<br>Has anyone else noticed the same ?<br>Is this a bug ?<br><br>Thanks,<br>Veronique<br></span>
</pre>
  </div>
 </body>
</html>