RE: FW: [dhcwg] co-existence of temp and normal addresses

"Bernie Volz (EUD)" <Bernie.Volz@am1.ericsson.se> Wed, 10 April 2002 03:06 UTC

Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA00558 for <dhcwg-archive@odin.ietf.org>; Tue, 9 Apr 2002 23:06:01 -0400 (EDT)
Received: (from daemon@localhost) by optimus.ietf.org (8.9.1a/8.9.1) id XAA09513 for dhcwg-archive@odin.ietf.org; Tue, 9 Apr 2002 23:06:04 -0400 (EDT)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id XAA09404; Tue, 9 Apr 2002 23:02:31 -0400 (EDT)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id XAA09374 for <dhcwg@optimus.ietf.org>; Tue, 9 Apr 2002 23:02:28 -0400 (EDT)
Received: from imr2.ericy.com (imr2.ericy.com [198.24.6.3]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA00496 for <dhcwg@ietf.org>; Tue, 9 Apr 2002 23:02:25 -0400 (EDT)
Received: from mr6.exu.ericsson.se (mr6att.ericy.com [138.85.224.157]) by imr2.ericy.com (8.11.3/8.11.3) with ESMTP id g3A31vi21300 for <dhcwg@ietf.org>; Tue, 9 Apr 2002 22:01:57 -0500 (CDT)
Received: from eamrcnt747.exu.ericsson.se (eamrcnt747.exu.ericsson.se [138.85.133.37]) by mr6.exu.ericsson.se (8.11.3/8.11.3) with SMTP id g3A31v309372 for <dhcwg@ietf.org>; Tue, 9 Apr 2002 22:01:57 -0500 (CDT)
Received: FROM eamrcnt761.exu.ericsson.se BY eamrcnt747.exu.ericsson.se ; Tue Apr 09 22:01:57 2002 -0500
Received: by eamrcnt761.exu.ericsson.se with Internet Mail Service (5.5.2653.19) id <ZP0VHDLY>; Tue, 9 Apr 2002 22:01:56 -0500
Message-ID: <66F66129A77AD411B76200508B65AC69CEC89E@EAMBUNT705>
From: "Bernie Volz (EUD)" <Bernie.Volz@am1.ericsson.se>
To: Thomas Narten <narten@us.ibm.com>
Cc: vijayak@india.hp.com, dhcwg@ietf.org
Subject: RE: FW: [dhcwg] co-existence of temp and normal addresses
Date: Tue, 09 Apr 2002 22:01:53 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1E03C.113E9C20"
Sender: dhcwg-admin@ietf.org
Errors-To: dhcwg-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: <dhcwg.ietf.org>
X-BeenThere: dhcwg@ietf.org

Thomas:

What I don't like about the separate option space is can the IA values then overlap between the various options or are they assigned from ONE number space. If it is one option, I think it is clearer that they are assigned from ONE number space (but perhaps that is just my way of thinking).

There is always the issue of what happens if an IA already exists (on the server) and now the client sends a message with that IA but uses a DIFFERENT type for that IA number.

As I write this, I see that if we had (1) a separate option and (2) a separate number space for the IAs within that option number, then we would avoid this issue since then there is no conflict. This kind of makes the IA a 48 bit value - 16-bits for the option and 32-bits for the IA value.

- Bernie

-----Original Message-----
From: Thomas Narten [mailto:narten@us.ibm.com]
Sent: Tuesday, April 09, 2002 1:30 PM
To: Bernie Volz (EUD)
Cc: vijayak@india.hp.com; dhcwg@ietf.org
Subject: Re: FW: [dhcwg] co-existence of temp and normal addresses 


> The only problem with this typing is that it presumes the client
> always knows what to ask for. In the cases we have today, that
> appears to be appropriate.

Right.  In the specific cases of Temporary and "normal" addresses, I
think the client does know which it wants and needs to treat them
differently.

> However, it is not clear that this would be the case down the road
> depending on how "type" is defined.

Thinking a bit more on this, I don't think a separate type field is
needed in the IA itself. Just let the DHCP option number itself serve
that purpose. I.e., it's perfectly OK to assign different option
numbers for the temporary vs. normal address case. The actual format
of the options could be the same, if that is what makes sense.

> For example, one might ask
> whether we should split the "normal" case in two and have
> "normal-global" and "normal-site".

I would argue no, for the reason that the client shouldn't be
distinguishing these cases. I.e, the client just gets a set of
addresses (0, 1, 2 or  more globals, 0 or more site-locals) and
assigns them to the interface. The client shouldn't care about how
many or what type. It just uses the ones assigned to it.

So I think we are in agreement that generalizing this is a potentially
troubling direction.

However, in the specific case of temporary address vs. non-temporary,
the client may well have more specific knowledge about how they are
used (e.g., the client may want to switch to a new temporary address
more frequently than another client, so this should be under client
control).

Thomas