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
|
From droms@sol.cs.bucknell.edu Sun Feb 12 12:24:37 1995
Date: Sat, 11 Feb 95 21:29:06 EST
From: droms@sol.cs.bucknell.edu (Ralph E. Droms)
To: iana@ISI.EDU
Subject: Two new DHCP options
Reply-To: droms@bucknell.edu
Content-Length: 759
Status: RO
X-Lines: 31
I would like to register two new DHCP options:
1. Server name
This option is used to identify a boot server when the 'sname'
field in the DHCP header has been used for DHCP options.
The code for this option is x, and its minimum length is 1.
Code Len TFTP server
+-----+-----+-----+-----+-----+---
| x | n | c1 | c2 | c3 | ...
+-----+-----+-----+-----+-----+---
2. Bootfile name
This option is used to identify a bootfile when the 'file'
field in the DHCP header has been used for DHCP options.
The code for this option is y, and its minimum length is 1.
Code Len Bootfile name
+-----+-----+-----+-----+-----+---
| y | n | c1 | c2 | c3 | ...
+-----+-----+-----+-----+-----+---
Thanks...
- Ralph Droms
|