1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
From Mike.Carney@east.sun.com Tue Oct 4 19:06:54 1994
Date: Tue, 4 Oct 1994 15:01:43 -0400
From: Mike.Carney@east.sun.com (Mike Carney - Sun BOS Software)
To: iana@ISI.EDU
Subject: RFC1533 additions
Content-Length: 1399
Status: RO
X-Lines: 41
Hi,
We (SunSoft) would like two DHCP option code numbers assigned
for the following NIS+ options. We'll accept the 2 code numbers you
allocate us.
Thanks,
Mike Carney
SunSoft
============================================================================
Network Information Service (Version 3 - NIS+) Domain Option
This option specifies the name of the client's NIS+ domain. The
domain is formatted as a character string consisting of characters
from the NVT ASCII character set.
The code for this option is <IANA assigned>. Its minimum length is 1.
Code Len NIS+ Domain Name
+-----+-----+-----+-----+-----+-----+-----
| X | n | n1 | n2 | n3 | n4 | ...
+-----+-----+-----+-----+-----+-----+-----
============================================================================
Network Information Server (Version 3 - NIS+) Servers Option
This option specifies a list of IP addresses indicating NIS+ servers
available to the client.
The code for this option is <IANA assigned>. Its minimum length is
4 octets, and the length MUST be a multiple of 4.
Code Len Address 1 Address 2
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--
| X | n | a1 | a2 | a3 | a4 | a1 | a2 | a3 | a4 | ...
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--
============================================================================
|