FreeBSD Bugzilla – Attachment 204589 Details for
Bug 238098
Setting the -g option to ping6 doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Set rt and ifp variables when opts->ip6po_nexthop is present
patch-ip6-set-rt-when-handling-next_hop.diff (text/plain), 324 bytes, created by
Masse Nicolas
on 2019-05-24 10:09:24 UTC
(
hide
)
Description:
Set rt and ifp variables when opts->ip6po_nexthop is present
Filename:
MIME Type:
Creator:
Masse Nicolas
Created:
2019-05-24 10:09:24 UTC
Size:
324 bytes
patch
obsolete
>diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c >--- a/sys/netinet6/in6_src.c >+++ b/sys/netinet6/in6_src.c >@@ -792,6 +792,10 @@ > if (ron->ro_rt == NULL || > (ron->ro_rt->rt_flags & RTF_GATEWAY) != 0) > error = EHOSTUNREACH; >+ else { >+ rt = ron->ro_rt; >+ ifp = rt->rt_ifp; >+ } > goto done; > } > >
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 238098
: 204589