<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.hoenzb
        {mso-style-name:hoenzb;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">That would be the update response, but not the update request.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Greg<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> bind-users [mailto:bind-users-bounces@lists.isc.org]
<b>On Behalf Of </b>Darcy, Kevin<br>
<b>Sent:</b> Friday, August 3, 2018 12:56 PM<br>
<b>To:</b> bind-users@isc.org<br>
<b>Subject:</b> Re: BIND 9.11.4 dnstap not capturing updates<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">I'm no expert in DNSTAP, but I see this in the output:<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;color:#500050;background:white">opcode: UPDATE</span> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">along with proper reinterpretations of the sections:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:9.5pt;color:#500050;background:white">ZONE: 1, PREREQ: 0, UPDATE: 0, ADDITIONAL: 0</span>
<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">How is that "not record[ing} the DNS update"? Are you looking for something prettier? More detailed?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">                                                                                   - Kevin<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Fri, Aug 3, 2018 at 7:36 AM, Tony Finch <<a href="mailto:dot@dotat.at" target="_blank">dot@dotat.at</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal"><a href="mailto:greg.rabil@bt.com">greg.rabil@bt.com</a> <<a href="mailto:greg.rabil@bt.com">greg.rabil@bt.com</a>> wrote:<br>
<br>
> I use nsupdate to send a DDNS update to my zone, which is added<br>
> successfully.  However, the dnstap.output does not record the DNS<br>
> update.<br>
<br>
I think (arguably) this is a limitation of the dnstap specification. It's<br>
defined in a Protocol Buffers declaration file (see the link below) and it<br>
only specifies message types for normal queries and responses. The types<br>
correspond roughly to tap points in the code - it isn't as low-level as<br>
you might expect, if you are imagining something that hooks into the<br>
network IO layer.<br>
<br>
If you want to record other kinds of messages (UPDATE, NOTIFY, etc.) it<br>
would probably be best to extend the dnstap `Type` enum, and add<br>
corresponding dns_dt_send() calls to BIND's code. But you should check<br>
with Robert Edmonds first :-)<br>
<br>
<a href="https://gitlab.isc.org/isc-projects/bind9/blob/master/lib/dns/dnstap.proto#L69" target="_blank">https://gitlab.isc.org/isc-projects/bind9/blob/master/lib/dns/dnstap.proto#L69</a><br>
<span style="color:#888888"><br>
<span class="hoenzb">Tony.</span><br>
<span class="hoenzb">-- </span><br>
<span class="hoenzb">f.anthony.n.finch  <<a href="mailto:dot@dotat.at">dot@dotat.at</a>> 
<a href="http://dotat.at/" target="_blank">http://dotat.at/</a></span><br>
<span class="hoenzb">Sole, Lundy, Fastnet, Irish Sea: Variable 3 or 4. Smooth or slight. Fog</span><br>
<span class="hoenzb">patches. Moderate, occasionally very poor, becoming good for a time.</span><br>
<span class="hoenzb">_______________________________________________</span><br>
<span class="hoenzb">Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">
https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list</span><br>
<br>
<span class="hoenzb">bind-users mailing list</span><br>
<span class="hoenzb"><a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a></span><br>
<span class="hoenzb"><a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a></span></span><o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</div>
</body>
</html>