Page MenuHomeFreeBSD

Rename IPPROTO 33 from SEP to DCCP
ClosedPublic

Authored by thj on Aug 7 2019, 11:18 AM.
Tags
None
Referenced Files
F82094861: D21178.diff
Thu, Apr 25, 11:04 AM
Unknown Object (File)
Sat, Apr 20, 2:33 AM
Unknown Object (File)
Sun, Apr 7, 8:10 PM
Unknown Object (File)
Sun, Apr 7, 6:41 PM
Unknown Object (File)
Sun, Apr 7, 6:15 PM
Unknown Object (File)
Sat, Apr 6, 7:45 AM
Unknown Object (File)
Fri, Apr 5, 3:46 PM
Unknown Object (File)
Jan 25 2024, 1:00 PM
Subscribers

Details

Summary

Split out from https://reviews.freebsd.org/D16851, I will add the DCCP header
definition separately. I like to have the history we found with this commit.

Rename IPPROTO 33 from SEP to DCCP

IPPROTO 33 is DCCP in the IANA Registry:
https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml

IPPROTO_SEP was added about 20 years ago in r33804. The entries were added
straight from RFC1700, without regard to whether they were used.

The reference in RFC1700 for SEP is '[JC120] <mystery contact>', this is an
indication that the protocol number was probably in use in private network.

As RFC1700 is no longer the authoritative list of internet numbers and that
IANA assinged 33 to DCCP in RFC4340, change the header to the actual
authoritative source.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25725
Build 24307: arc lint + arc unit