Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 585736 Details for
Bug 691426
>=net-misc/dhcpcd-8.0.0 aborts on net.eno startup when running IPv6 scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
debug
dhcpcd-nadebug.diff (text/plain), 539 bytes, created by
Roy Marples
on 2019-08-05 00:00:41 UTC
(
hide
)
Description:
debug
Filename:
MIME Type:
Creator:
Roy Marples
Created:
2019-08-05 00:00:41 UTC
Size:
539 bytes
patch
obsolete
>diff --git a/src/ipv6nd.c b/src/ipv6nd.c >index bb8cb4dc..de8ccb67 100644 >--- a/src/ipv6nd.c >+++ b/src/ipv6nd.c >@@ -491,9 +491,12 @@ ipv6nd_advertise(struct ipv6_addr *ia) > > /* Make the packet. */ > ifp = iaf->iface; >+ loginfox("MAKING NA FOR %s", ifp->name); > iaf->na_len = sizeof(*na); >+ loginfox("NA LEN %zu (%zu)", iaf->na_len, ifp->hwlen); > if (ifp->hwlen != 0) > iaf->na_len += (size_t)ROUNDUP8(ifp->hwlen + 2); >+ loginfox("NA LEN FINAL %zu", iaf->na_len); > na = calloc(1, iaf->na_len); > if (na == NULL) { > logerr(__func__);
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 691426
:
585736
|
585740
|
585742
|
585750
|
585758
|
585766
|
585976
|
586102
|
586106
|
586108
|
586110
|
586126
|
586130
|
586132
|
586138