9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Akshat Kumar <akumar@mail.nanosouffle.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Authoritative Name Server
Date: Wed, 16 Sep 2009 19:58:02 -0400	[thread overview]
Message-ID: <fe41879c0909161658h45cb0a4ar297ad6f17fe9d692@mail.gmail.com> (raw)
In-Reply-To: <7780f3719db60a18bd0994545d1ceec2@quanstro.net>

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 <quanstro@quanstro.net> 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
>
>



  reply	other threads:[~2009-09-16 23:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16 19:31 Akshat Kumar
2009-09-16 20:03 ` erik quanstrom
2009-09-16 20:37   ` Akshat Kumar
2009-09-16 20:51     ` erik quanstrom
2009-09-16 22:47   ` Akshat Kumar
2009-09-16 23:02     ` Akshat Kumar
2009-09-16 23:05     ` erik quanstrom
2009-09-16 23:25     ` Lyndon Nerenberg - VE6BBM/VE7TFX
2009-09-16 23:37       ` Akshat Kumar
2009-09-16 23:40         ` erik quanstrom
2009-09-16 23:58           ` Akshat Kumar [this message]
2009-09-16 23:47         ` Lyndon Nerenberg - VE6BBM/VE7TFX
2009-09-16 23:52           ` Akshat Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe41879c0909161658h45cb0a4ar297ad6f17fe9d692@mail.gmail.com \
    --to=akumar@mail.nanosouffle.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).