<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Oh Thanks - I understand that - I can't comprehend the logic behind composing _same_ $ORIGIN paragraphs over-and-over again - this is an example:<br><br><br>$ORIGIN bar<br>irish A 1.2.3.4<br>brit  A 1.2.3.5<br><br>$ORIGIN bar2<br>irish2 A 1.2.3.42<br>
brit2  A 1.2.3.52<br><br>$ORIGIN bar<br>irish3 A 1.2.3.43<br>
brit3  A 1.2.3.53<br><br>$ORIGIN bar2<br>
irish22 A 1.2.3.422<br>

brit22  A 1.2.3.522<br><br>$ORIGIN bar<br>
irish39 A 1.2.3.439<br>

brit39  A 1.2.3.539<br><br>$ORIGIN bar2<br>
irish29 A 1.2.3.429<br>

brit29  A 1.2.3.529<br><br><br>...see - What i meant!<br><br>It keep splitting on some un-even way --- that "$ORIGIN bar" and "$ORIGIN bar2" keep switching back-and-forth...<br>Is there any way to have ONLY ONE paragraph per $ORIGIN?<br><br>Thanks folks,<br>-WS<br><br>--- On <b>Wed, 2/9/11, Barry Margolin <i><barmar@alum.mit.edu></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Barry Margolin <barmar@alum.mit.edu><br>Subject: Re: syntax/format of zone on slave $ORIGIN/paragraph - sorted?<br>To: comp-protocols-dns-bind@isc.org<br>Date: Wednesday, February 9, 2011, 7:27 PM<br><br><div class="plainMail">In article <<a ymailto="mailto:mailman.43.1297269285.10842.bind-users@lists.isc.org" href="/mc/compose?to=mailman.43.1297269285.10842.bind-users@lists.isc.org">mailman.43.1297269285.10842.bind-users@lists.isc.org</a>>,<br> Walter Smith <<a
 ymailto="mailto:whatisee1@yahoo.com" href="/mc/compose?to=whatisee1@yahoo.com">whatisee1@yahoo.com</a>> wrote:<br><br>> Hello,<br>> <br>> I have bind/named running on Linux master and slaves. All is good, but now <br>> when I’m trying to clean up some old records ā€“ I realized that sorted zone on <br>> slaves are quite uneven. What I meant is, the $ORIGIN splits the zone into <br>> some unknown to me syntax/format. Is there anywhere I can find the <br>> description/documentation on it ā€“ How exactly slave parse the zone from <br>> master and puts all these arbitrary paragraphs with $ORIGIN.<br><br>When writing the zone file on a slave, BIND uses $ORIGIN so that all <br>records just have a single label.  So instead of writing:<br><br>foo.bar IN A 1.2.3.4<br><br>it will write:<br><br>$ORIGIN bar<br><br>foo IN A 1.2.3.4<br><br>If you have a zone with lots of levels of subdomain, the file will have <br>lots of $ORIGIN
 statements as a result.<br><br>-- <br>Barry Margolin, <a ymailto="mailto:barmar@alum.mit.edu" href="/mc/compose?to=barmar@alum.mit.edu">barmar@alum.mit.edu</a><br>Arlington, MA<br>*** PLEASE don't copy me on replies, I'll read them in the group ***<br></div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_______________________________________________<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>