FreeBSD Bugzilla – Attachment 198333 Details for
Bug 231797
[hyper-v] hn driver drops UDP traffic with EIO error when TXCSUM_IPV6 flag on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch to not discard UDPv6
attachment.diff (text/plain), 357 bytes, created by
Kevin
on 2018-10-18 22:00:24 UTC
(
hide
)
Description:
Updated patch to not discard UDPv6
Filename:
MIME Type:
Creator:
Kevin
Created:
2018-10-18 22:00:24 UTC
Size:
357 bytes
patch
obsolete
>--- b/sys/dev/hyperv/netvsc/if_hn.c >+++ b/sys/dev/hyperv/netvsc/if_hn.c >@@ -861,7 +861,7 @@ hn_set_hlen(struct mbuf *m_head) > > PULLUP_HDR(m_head, ehlen + sizeof(*ip6)); > ip6 = mtodo(m_head, ehlen); >- if (ip6->ip6_nxt != IPPROTO_TCP) { >+ if (ip6->ip6_nxt != IPPROTO_TCP && ip6->ip6_nxt != IPPROTO_UDP) { > m_freem(m_head); > return (NULL); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231797
:
197807
| 198333