| Summary: | Setting the -g option to ping6 doesn't work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Masse Nicolas <nicolas.masse> | ||||
| Component: | kern | Assignee: | Andrey V. Elsukov <ae> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | ae, net | ||||
| Priority: | --- | Keywords: | easy, regression | ||||
| Version: | 11.2-RELEASE | Flags: | koobs:
mfc-stable12+
koobs: mfc-stable11+ |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Masse Nicolas
2019-05-24 10:09:24 UTC
Thank you for the report and patch Masse A commit references this bug: Author: ae Date: Fri May 24 11:45:33 UTC 2019 New revision: 348236 URL: https://svnweb.freebsd.org/changeset/base/348236 Log: Restore IPV6_NEXTHOP option support that seem was partially broken since r286195. Do not forget results of route lookup and initialize rt and ifp pointers. PR: 238098 Submitted by: Masse Nicolas <nicolas.masse at stormshield eu> MFC after: 1 week Changes: head/sys/netinet6/in6_src.c A commit references this bug: Author: ae Date: Fri May 31 11:21:31 UTC 2019 New revision: 348455 URL: https://svnweb.freebsd.org/changeset/base/348455 Log: MFC r348236: Restore IPV6_NEXTHOP option support that seem was partially broken since r286195. Do not forget results of route lookup and initialize rt and ifp pointers. PR: 238098 Submitted by: Masse Nicolas <nicolas.masse at stormshield eu> Changes: _U stable/12/ stable/12/sys/netinet6/in6_src.c A commit references this bug: Author: ae Date: Fri May 31 17:18:09 UTC 2019 New revision: 348470 URL: https://svnweb.freebsd.org/changeset/base/348470 Log: MFC r348236: Restore IPV6_NEXTHOP option support that seem was partially broken since r286195. Do not forget results of route lookup and initialize rt and ifp pointers. PR: 238098 Submitted by: Masse Nicolas <nicolas.masse at stormshield eu> Approved by: re (gjb) Changes: _U stable/11/ stable/11/sys/netinet6/in6_src.c Fixed in head/, stable/12 and stable/11 branches, thanks! |