FreeBSD Bugzilla – Attachment 161038 Details for
Bug 180818
rtadvd(8): rtadvd generates warnings when using in dhcp-pd enviroment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
better patch
rtadvd.c.patch (text/plain), 840 bytes, created by
andywhite
on 2015-09-14 11:14:46 UTC
(
hide
)
Description:
better patch
Filename:
MIME Type:
Creator:
andywhite
Created:
2015-09-14 11:14:46 UTC
Size:
840 bytes
patch
obsolete
>--- rtadvd.c.orig 2015-08-12 15:21:37.000000000 +0100 >+++ rtadvd.c 2015-09-14 12:11:27.316909000 +0100 >@@ -1124,13 +1124,15 @@ > */ > ifi = if_indextoifinfo(pi->ipi6_ifindex); > if (ifi->ifi_rainfo == NULL) { >- syslog(LOG_INFO, >- "<%s> received RA from %s on non-advertising" >- " interface(%s)", >- __func__, >- inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf, >- sizeof(ntopbuf)), if_indextoname(pi->ipi6_ifindex, >- ifnamebuf)); >+ if (!(ifi->ifi_nd_flags & ND6_IFF_ACCEPT_RTADV)) { >+ syslog(LOG_INFO, >+ "<%s> received RA from %s on non-advertising interface that is set to not accept RA" >+ " interface(%s)", >+ __func__, >+ inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf, >+ sizeof(ntopbuf)), if_indextoname(pi->ipi6_ifindex, >+ ifnamebuf)); >+ } > goto done; > } > rai = ifi->ifi_rainfo;
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 180818
:
135819
| 161038