RFC Errata
RFC 8231, "Path Computation Element Communication Protocol (PCEP) Extensions for Stateful PCE", September 2017
Note: This RFC has been updated by RFC 8786, RFC 9353, RFC 9753, RFC 9756, RFC 9862
Source of RFC: pce (rtg)See Also: RFC 8231 w/ inline errata
Errata ID: 8370
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Samuel Sidor
Date Reported: 2025-04-03
Verifier Name: Ketan Talaulikar
Date Verified: 2025-05-02
Section 7.3.4 says:
Length (16 bits): indicates the total length of the TLV in octets. The TLV MUST be zero-padded so that the TLV is 4-octet aligned.
It should say:
Length (16 bits): indicates the length of the value portion of the TLV in octets. The TLV MUST be zero-padded so that the TLV is 4-octet aligned.
Notes:
The "total length of the TLV" is incorrect, as in PCEP the TLV formatting is as per RFC 5440 which requires the length to be of the value portion only (https://datatracker.ietf.org/doc/html/rfc5440#section-7.1).
Similar mistake was already fixed for different TLV in same RFC as part of:
https://www.rfc-editor.org/errata/eid6289
