<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Is it possible to have just single sorted paragraph(s) within all these repeating $ORIGINs?<br><br>Like this:<br><br>$ORIGIN bar.<br>a A 1.2.3.4<br>b A 1.2.3.5<br>c A 1.2.3.6<br><br>$ORIGIN foo.bar.<br>a A 1.2.3.44<br>
b A 1.2.3.55<br>
c A 1.2.3.66<br><br>$ORIGIN cd-to.bar.<br>
a A 1.2.3.444<br>

b A 1.2.3.555<br>

c A 1.2.3.666<br><br><br>...'cause in my case I see this $ORIGIN keep repeating over-and-over again and I have to extract and blend all these paragraphs...like some way down the road I'll see again:<br><br><br>$ORIGIN bar.<br>x A 1.2.3.40<br>y A 1.2.3.50<br>z A 1.2.3.60<br><br><br><br>Thanks,<br>-WS<br><br><br><br>--- On <b>Wed, 2/9/11, Torinthiel <i><torinthiel@data.pl></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Torinthiel <torinthiel@data.pl><br>Subject: Re: syntax/format of zone on slave $ORIGIN/paragraph - sorted?<br>To: bind-users@lists.isc.org<br>Date: Wednesday, February 9, 2011, 10:50 AM<br><br><div class="plainMail">On 02/09/11 17:34, Walter Smith wrote:<br>> Hello,<br>> <br>> I have bind/named running on Linux master and slaves. All is good, but<br>> now when Iā€™m trying to clean up some old records ā€“ I realized that<br>> sorted zone
 on slaves are quite uneven. What I meant is, the $ORIGIN<br>> splits the zone into some unknown to me syntax/format. Is there anywhere<br>> I can find the description/documentation on it ā€“ How exactly slave parse<br>> the zone from master and puts all these arbitrary paragraphs with $ORIGIN.<br><br>$ORIGIN is simply appended to every name that does not have dot at the end.<br>So<br>$ORIGIN example.com<br>www a 1.2.3.4<br><br>and<br>www.example.com. a 1.2.3.4<br>are completely equivalent.<br><br>Now, why would you want to look into slave files, except for verifying<br>that the zone transfer succeeded?<br>Torinthiel<br>_______________________________________________<br>bind-users mailing list<br><a ymailto="mailto:bind-users@lists.isc.org" href="/mc/compose?to=bind-users@lists.isc.org">bind-users@lists.isc.org</a><br><a href="https://lists.isc.org/mailman/listinfo/bind-users"
 target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a></div></blockquote></td></tr></table><br>