RFC Errata
RFC 5944, "IP Mobility Support for IPv4, Revised", November 2010
Source of RFC: mip4 (int)See Also: RFC 5944 w/ inline errata
Errata ID: 4134
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Jack Martin
Date Reported: 2014-10-17
Verifier Name: Brian Haberman
Date Verified: 2014-10-21
Section 1.11 says:
This format is compatible with the skippable extensions defined in Section 1.9. It is not applicable for extensions that require more than 256 bytes of data; for such extensions, use the format described in Section 1.10.
It should say:
This format is compatible with the skippable extensions defined in Section 1.9. It is not applicable for extensions that require more than 254 bytes of data; for such extensions, use the format described in Section 1.10.
Notes:
The length field is 8 bits which yields a maximum of 255 data octets.
But the length field must include one octet for the sub-type field,
yielding a maximum of 254 octets of data.