RE: [dhcwg] static route option for dhcpv6
"Bernie Volz (EUD)" <Bernie.Volz@am1.ericsson.se> Tue, 15 January 2002 19:01 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 OAA09787 for <dhcwg-archive@odin.ietf.org>; Tue, 15 Jan 2002 14:01:22 -0500 (EST)
Received: (from daemon@localhost) by optimus.ietf.org (8.9.1a/8.9.1) id OAA18663 for dhcwg-archive@odin.ietf.org; Tue, 15 Jan 2002 14:01:23 -0500 (EST)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id NAA18101; Tue, 15 Jan 2002 13:51:46 -0500 (EST)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id NAA18076 for <dhcwg@optimus.ietf.org>; Tue, 15 Jan 2002 13:51:45 -0500 (EST)
Received: from imr2.ericy.com (imr2.ericy.com [198.24.6.3]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA09343 for <dhcwg@ietf.org>; Tue, 15 Jan 2002 13:51:37 -0500 (EST)
Received: from mr7.exu.ericsson.se (mr7att.ericy.com [138.85.224.158]) by imr2.ericy.com (8.11.3/8.11.3) with ESMTP id g0FIp9J06500 for <dhcwg@ietf.org>; Tue, 15 Jan 2002 12:51:09 -0600 (CST)
Received: from eamrcnt747.exu.ericsson.se (eamrcnt747.exu.ericsson.se [138.85.133.37]) by mr7.exu.ericsson.se (8.11.3/8.11.3) with SMTP id g0FIp8H22159 for <dhcwg@ietf.org>; Tue, 15 Jan 2002 12:51:08 -0600 (CST)
Received: FROM eamrcnt760.exu.ericsson.se BY eamrcnt747.exu.ericsson.se ; Tue Jan 15 12:51:08 2002 -0600
Received: by eamrcnt760.exu.ericsson.se with Internet Mail Service (5.5.2653.19) id <ZQBKSAXM>; Tue, 15 Jan 2002 12:51:08 -0600
Message-ID: <66F66129A77AD411B76200508B65AC69B4CD87@EAMBUNT705>
From: "Bernie Volz (EUD)" <Bernie.Volz@am1.ericsson.se>
To: "'vijayak@india.hp.com'" <vijayak@india.hp.com>, dhcwg@ietf.org
Subject: RE: [dhcwg] static route option for dhcpv6
Date: Tue, 15 Jan 2002 12:51:06 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C19DF5.96C4C1F0"
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
How about defining the option format?
I'd suggest we base this more on the Classless Static Routes option.
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| OPTION_ROUTES | option-len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
. .
. route-data .
. .
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Where route-data is one or more of a sequence of route table entries
in the following format:
1 byte <prefix-length>
<n> byte <prefix address>
16 byte destination address
Where <n> is the minimum number of bytes required to represent
<prefix-length> bits of the <prefix address>.
A /64 prefix has the following format: 1 byte prefix (value of 64),
8-bytes of the prefix, followed by 16 bytes destination address.
- Bernie Volz
-----Original Message-----
From: Vijayabhaskar A K [mailto:vijayak@india.hp.com]
Sent: Tuesday, January 15, 2002 9:36 AM
To: dhcwg@ietf.org
Subject: [dhcwg] static route option for dhcpv6
I have gone through the dhcpv6 22 spec.
I felt that, static route option (option 33 in RFC 2132) is missing.
which is useful for routing. Can we include this option
also in the spec?
thanks and regards
Vijay
_______________________________________________
dhcwg mailing list
dhcwg@ietf.org
https://www1.ietf.org/mailman/listinfo/dhcwg
- RE: [dhcwg] static route option for dhcpv6 Bernie Volz (EUD)
- RE: [dhcwg] static route option for dhcpv6 Vernon Schryver
- RE: [dhcwg] static route option for dhcpv6 Vijayabhaskar A K
- RE: [dhcwg] static route option for dhcpv6 Bernie Volz (EUD)
- RE: [dhcwg] static route option for dhcpv6 Vernon Schryver
- RE: [dhcwg] static route option for dhcpv6 Martin Stiemerling
- Re: [dhcwg] static route option for dhcpv6 Vijay Bhaskar A K
- Re: [dhcwg] static route option for dhcpv6 Jim Bound
- Re: [dhcwg] static route option for dhcpv6 Martin Stiemerling
- RE: [dhcwg] static route option for dhcpv6 Vijayabhaskar A K
- RE: [dhcwg] static route option for dhcpv6 John Schnizlein
- Re: [dhcwg] static route option for dhcpv6 Jim Bound
- RE: [dhcwg] static route option for dhcpv6 Martin Stiemerling