RFC Errata
RFC 4996, "RObust Header Compression (ROHC): A Profile for TCP/IP (ROHC-TCP)", July 2007
Note: This RFC has been obsoleted by RFC 6846
Source of RFC: rohc (tsv)
Errata ID: 3637
Status: Rejected
Type: Editorial
Publication Format(s) : TEXT
Reported By: Raj Kumar
Date Reported: 2013-06-04
Rejected by: Martin Stiemerling
Date Rejected: 2015-12-16
Section 8.2 says:
COMPRESSED rout_opt_0_replicate { discriminator =:= '10000000' [ 8 ]; length =:= irregular(8) [ 8 ]; value =:= irregular(length.UVALUE*64+48) [ length.UVALUE * 64 + 48 ]; }
It should say:
COMPRESSED rout_opt_1_replicate { discriminator =:= '10000000' [ 8 ]; length =:= irregular(8) [ 8 ]; value =:= irregular(length.UVALUE*64+48) [ length.UVALUE * 64 + 48 ]; }
Notes:
Incorrect Representation FN of IPv6 Route Options nomenclature
--VERIFIER NOTES--
This seems to be correct as this is referring to type 0 routing ext. headers. Nonetheless, this RFC has been obsoleted by RFC 6846.