From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <7780f3719db60a18bd0994545d1ceec2@quanstro.net> References: <7780f3719db60a18bd0994545d1ceec2@quanstro.net> Date: Wed, 16 Sep 2009 19:58:02 -0400 Message-ID: From: Akshat Kumar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] Authoritative Name Server Topicbox-Message-UUID: 6f6e56c0-ead5-11e9-9d60-3106f5b1d025 I thought it'd have something to do with source. Thanks very much, Erik! The SRV entries don't pose a problem with dig, now. Best, ak On Wed, Sep 16, 2009 at 7:40 PM, erik quanstrom wrote: > try this patch > > /n/dump/2009/0916/sys/src/cmd/ndb/convDNS2M.c:260,266 - convDNS2M.c:260,270 > USHORT(rp->srv->pri); > USHORT(rp->srv->weight); > USHORT(rp->port); > - STRING(rp->host->name); /* rfc2782 sez no name compression */ > + /* > + * rfc2782 sez no name compression, but > + * but bind (dig) disagree. we'll go with bind. > + */ > + NAME(rp->host->name); > break; > > - erik > >