<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Dear list members,</p>
    <p>I expect "dig +trace" to show a trace of the delegation path from
      the root name servers for the name being looked up. This behavior
      is broken since commit <a moz-do-not-send="true"
href="http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=087eb76140725f8f1892ba6f251ea052d3440966">087eb76140725f8f1892ba6f251ea052d3440966</a>
      and is not fixed until now (I compiled and tested the most recent
      "master" branch of dnsmasq).</p>
    <br>
    <br>
    With dnsmasq v2.80test6, and v2.79, I see:<br>
    <p>$ dig +trace <a class="moz-txt-link-abbreviated" href="http://www.example.com">www.example.com</a><br>
      ; <<>> DiG 9.10.3-P4-Ubuntu <<>> +trace
      <a class="moz-txt-link-abbreviated" href="http://www.example.com">www.example.com</a><br>
      ;; global options: +cmd<br>
      ;; Received 17 bytes from 192.168.2.11#53(pi.hole) in 76 ms<br>
      <br>
    </p>
    <p>With dnsmasq v2.78 (and previously), I see:</p>
    <p>$ dig +trace <a class="moz-txt-link-abbreviated" href="http://www.example.com">www.example.com</a><br>
      ; <<>> DiG 9.10.3-P4-Ubuntu <<>> +trace
      <a class="moz-txt-link-abbreviated" href="http://www.example.com">www.example.com</a><br>
      ;; global options: +cmd<br>
      .            42569    IN    NS    l.root-servers.net.<br>
      .            42569    IN    NS    k.root-servers.net.<br>
      .            42569    IN    NS    e.root-servers.net.<br>
      .            42569    IN    NS    h.root-servers.net.<br>
      .            42569    IN    NS    j.root-servers.net.<br>
      .            42569    IN    NS    i.root-servers.net.<br>
      .            42569    IN    NS    g.root-servers.net.<br>
      .            42569    IN    NS    a.root-servers.net.<br>
      .            42569    IN    NS    b.root-servers.net.<br>
      .            42569    IN    NS    m.root-servers.net.<br>
      .            42569    IN    NS    c.root-servers.net.<br>
      .            42569    IN    NS    f.root-servers.net.<br>
      .            42569    IN    NS    d.root-servers.net.<br>
      ;; Received 241 bytes from 192.168.2.11#53(pi.hole) in 115 ms</p>
    <p><br>
    </p>
    <p>Best regards,<br>
      Dominik<br>
    </p>
  </body>
</html>