net: Interface.Addrs doesn't return any configured & connected IPv6 addresses on point-to-point link for Linux #6433
Labels
Milestone
Comments
/usr/include/linux/if_addr.h: /* * Important comment: * IFA_ADDRESS is prefix address, rather than local interface address. * It makes no difference for normally configured broadcast interfaces, * but for point-to-point IFA_ADDRESS is DESTINATION address, * local address is supplied in IFA_LOCAL attribute. */ enum { IFA_UNSPEC, IFA_ADDRESS, IFA_LOCAL, IFA_LABEL, IFA_BROADCAST, IFA_ANYCAST, IFA_CACHEINFO, IFA_MULTICAST, __IFA_MAX, }; |
Labels changed: added go1.2maybe, removed go1.2. Owner changed to @mikioh. |
This issue was closed by revision 8c0a52f. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by justin@fathomdb.com:
The text was updated successfully, but these errors were encountered: