]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename IPPROTO 33 from SEP to DCCP
authorthj <thj@FreeBSD.org>
Thu, 8 Aug 2019 11:43:09 +0000 (11:43 +0000)
committerthj <thj@FreeBSD.org>
Thu, 8 Aug 2019 11:43:09 +0000 (11:43 +0000)
commite262ca6be69da717763fb63aa734dda07df7e5d7
tree6925a79c1f09a090d97086312ce73078dc132b9d
parent460595b0443c02ced0c643c01a7f391943e3c562
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 a 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.

Reviewed by: Richard Scheffenegger, bz
Approved by: bz (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D21178
sys/netinet/in.h