RFC Errata
RFC 2132, "DHCP Options and BOOTP Vendor Extensions", March 1997
Note: This RFC has been updated by RFC 3442, RFC 3942, RFC 4361, RFC 4833, RFC 5494
Source of RFC: dhc (int)
Errata ID: 487
Status: Held for Document Update
Type: Technical
Publication Format(s) : TEXT
Reported By: "Tyler Tidman"
Date Reported: 2002-09-24
Held for Document Update by: Brian Haberman
Section 3.18 says:
3.18. Swap Server
This specifies the IP address of the client's swap server.
The code for this option is 16 and its length is 4.
Code Len Swap Server Address
+-----+-----+-----+-----+-----+-----+
| 16 | n | a1 | a2 | a3 | a4 |
+-----+-----+-----+-----+-----+-----+
It should say:
3.18. Swap Server
This specifies the IP address of the client's swap server.
The code for this option is 16 and its length is 4.
Code Len Swap Server Address
+-----+-----+-----+-----+-----+-----+
| 16 | 4 | a1 | a2 | a3 | a4 |
+-----+-----+-----+-----+-----+-----+
