RFC Errata
RFC 1533, "DHCP Options and BOOTP Vendor Extensions", October 1993
Note: This RFC has been obsoleted by RFC 2132
Source of RFC: dhc (int)
Errata ID: 8487
Status: Rejected
Type: Technical
Publication Format(s) : TEXT
Reported By: Jason Giberson
Date Reported: 2025-06-13
Rejected by: Éric Vyncke
Date Rejected: 2025-06-27
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 |
+-----+-----+-----+-----+-----+-----+
Notes:
The length is static, not dynamic. The length in the diagram should be 4, not n.
--VERIFIER NOTES--
This errata is a duplicate of errata 8488
