FreeBSD Bugzilla – Attachment 216122 Details for
Bug 247700
rtadvd: fails to generate error when iface lacks a link-local address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Reject scope-incompatible IPv6 source address
patch-net_247700.txt (text/plain), 410 bytes, created by
John W. O'Brien
on 2020-07-02 00:24:56 UTC
(
hide
)
Description:
Reject scope-incompatible IPv6 source address
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2020-07-02 00:24:56 UTC
Size:
410 bytes
patch
obsolete
>Index: sys/netinet6/in6_src.c >=================================================================== >--- sys/netinet6/in6_src.c (revision 362880) >+++ sys/netinet6/in6_src.c (working copy) >@@ -331,6 +331,9 @@ > continue; > } > >+ if (srczone != dstzone) >+ continue; >+ > /* avoid unusable addresses */ > if ((ia->ia6_flags & > (IN6_IFF_NOTREADY | IN6_IFF_ANYCAST | IN6_IFF_DETACHED))) {
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 247700
: 216122