Re: [radext] Alissa Cooper's No Objection on draft-ietf-radext-coa-proxy-06: (with COMMENT)

Alan DeKok <aland@deployingradius.com> Wed, 15 August 2018 19:50 UTC

Return-Path: <aland@deployingradius.com>
X-Original-To: radext@ietfa.amsl.com
Delivered-To: radext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 50D4C130DE3; Wed, 15 Aug 2018 12:50:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Tz5-7-eFSvol; Wed, 15 Aug 2018 12:50:10 -0700 (PDT)
Received: from mail.networkradius.com (mail.networkradius.com [62.210.147.122]) by ietfa.amsl.com (Postfix) with ESMTP id 0B21C1274D0; Wed, 15 Aug 2018 12:50:10 -0700 (PDT)
Received: from [192.168.20.38] (CPEf4cc55220745-CM64777ddff610.cpe.net.cable.rogers.com [173.32.191.82]) by mail.networkradius.com (Postfix) with ESMTPSA id 61FAD3AC; Wed, 15 Aug 2018 19:50:08 +0000 (UTC)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
From: Alan DeKok <aland@deployingradius.com>
In-Reply-To: <CABcZeBNo=D21YhcAKXFp0abO4NGoGPiog1p-+GyW+g_4BYbTgg@mail.gmail.com>
Date: Wed, 15 Aug 2018 15:50:06 -0400
Cc: Alissa Cooper <alissa@cooperw.in>, Winter Stefan <stefan.winter@restena.lu>, radext@ietf.org, The IESG <iesg@ietf.org>, draft-ietf-radext-coa-proxy@ietf.org, radext-chairs@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <9BC9E9E6-1B18-4BA0-A8BF-CBA95954EBA2@deployingradius.com>
References: <153435801941.3053.15907114318025420750.idtracker@ietfa.amsl.com> <926C796E-1339-488F-812C-27A003DF1D27@deployingradius.com> <CABcZeBNo=D21YhcAKXFp0abO4NGoGPiog1p-+GyW+g_4BYbTgg@mail.gmail.com>
To: Eric Rescorla <ekr@rtfm.com>
X-Mailer: Apple Mail (2.3124)
Archived-At: <https://mailarchive.ietf.org/arch/msg/radext/crH36Ba6jQkehWoWt9ws3_nOK_Y>
Subject: Re: [radext] Alissa Cooper's No Objection on draft-ietf-radext-coa-proxy-06: (with COMMENT)
X-BeenThere: radext@ietf.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: RADIUS EXTensions working group discussion list <radext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/radext>, <mailto:radext-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/radext/>
List-Post: <mailto:radext@ietf.org>
List-Help: <mailto:radext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/radext>, <mailto:radext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 15 Aug 2018 19:50:11 -0000

On Aug 15, 2018, at 3:44 PM, Eric Rescorla <ekr@rtfm.com> wrote:
> 
> On Wed, Aug 15, 2018 at 12:25 PM, Alan DeKok <aland@deployingradius.com> wrote:
> On Aug 15, 2018, at 2:33 PM, Alissa Cooper <alissa@cooperw.in> wrote:
> > S 3.3.
> > 
> >>     The new Operator-NAS-Identifier attribute is defined as follows.
> > 
> > I suggest adding the depiction of the fields and their lengths in
> > bytes, as is done in RFC 5580. I was a little confused about whether
> > the fields in the attribute are just the TLV.
> 
>   There are no fields in the Operator-NAS-Identifier attribute.  it's just an opaque blob.
> 
> I believe what Alissa means is that it's variable length and therefore must be somehow delimited.

  The encapsulating RADIUS attribute header has a "Length" field.  That delimits the Operator-NAS-Identifier value.

  The value itself is (again) just an opaque blob.  The value can have any length, 1 to 32 octets.  There is no intrinsic meaning in any one octet of the value.

  There is no need for the *contents* of the attribute to have any delimitation whatsoever.

  Alan DeKok.