FreeBSD Bugzilla – Attachment 197157 Details for
Bug 230950
ip6_output/ro panics after r338306/UDP6 changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to disable UDP6 route caching temporarily
udp6_usrreq.c.patch (text/plain), 499 bytes, created by
Mike Karels
on 2018-09-17 02:02:38 UTC
(
hide
)
Description:
patch to disable UDP6 route caching temporarily
Filename:
MIME Type:
Creator:
Mike Karels
Created:
2018-09-17 02:02:38 UTC
Size:
499 bytes
patch
obsolete
>Index: udp6_usrreq.c >=================================================================== >--- udp6_usrreq.c (revision 338702) >+++ udp6_usrreq.c (working copy) >@@ -972,7 +972,11 @@ > UDPLITE_PROBE(send, NULL, inp, ip6, inp, udp6); > else > UDP_PROBE(send, NULL, inp, ip6, inp, udp6); >+#if 0 > error = ip6_output(m, optp, &inp->inp_route6, flags, >+#else >+ error = ip6_output(m, optp, NULL, flags, >+#endif > inp->in6p_moptions, NULL, inp); > if (unlock_udbinfo == UH_WLOCKED) > INP_WUNLOCK(inp);
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 230950
: 197157 |
197208