Page MenuHomeFreeBSD

Rename IPPROTO 33 from SEP to DCCP
ClosedPublic

Authored by thj on Aug 7 2019, 11:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 1:20 AM
Unknown Object (File)
Thu, Apr 25, 2:50 PM
Unknown Object (File)
Thu, Apr 25, 2:50 PM
Unknown Object (File)
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
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable