]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r304545: Disable L2 caching for UDP over IPv6
authorkarels <karels@FreeBSD.org>
Sat, 20 Aug 2016 20:56:36 +0000 (20:56 +0000)
committerkarels <karels@FreeBSD.org>
Sat, 20 Aug 2016 20:56:36 +0000 (20:56 +0000)
commit3d653700f4fd16efcb6308f5b0dcb1fbe60e7d87
tree9dc2edb38c71b8e08b5a73665dd8f283c05f6b0a
parentac8ae33bf9ecdc6e709c7ddc7873eaf37b9b7b67
MFC r304545: Disable L2 caching for UDP over IPv6

The ip6_output routine is missing L2 cache invalication as done
in ip_output.  Even with that code, some problems with UDP over
IPv6 have been reported.  Diabling L2 cache for that problem works
around the problem for now.

PR: 211872 211926
Reviewed by: gnn
Approved by: gnn (mentor)
Tested by: peter@, Mike Andrews
MFC after: immediate
sys/netinet6/udp6_usrreq.c