]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In the UDP over IPv6 implementation several cases are using the wrong protocol,
authorbz <bz@FreeBSD.org>
Mon, 21 Sep 2015 12:32:36 +0000 (12:32 +0000)
committerbz <bz@FreeBSD.org>
Mon, 21 Sep 2015 12:32:36 +0000 (12:32 +0000)
commit3e1ba7cafdfe86d0cb2fc084b9f3bc17af83a65e
tree1194469741f0415442c5444a9b4f8da5080ad967
parent4d617ecf9d312e2d4fb81973da036c667d7c99ba
In the UDP over IPv6 implementation several cases are using the wrong protocol,
e.g., based on wrong "next header" assumptions (which does not have to point to
the upper layer protocol), or using hard-coded UDP instead of UDP or UDP-Lite
possibly switching protocols.  Fix those cases for UDP-Lite to work correctly.

PR: 202788
Submitted by: Tiwei Bie (btw mail.ustc.edu.cn) [parts]
Reviewed by: gnn, Tiwei Bie (btw mail.ustc.edu.cn),
kevlo (earlier version)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D3686
sys/netinet6/udp6_usrreq.c