Author: markj
Date: Wed Oct 19 17:31:59 2016
New Revision: 307646
URL: https://svnweb.freebsd.org/changeset/base/307646
Log:
MFC r306571:
rtsold: Log messages about unexpected RAs at LOG_DEBUG.
Modified:
stable/10/usr.sbin/rtsold/rtsol.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/rtsold/rtsol.c
==============================================================================
--- stable/10/usr.sbin/rtsold/rtsol.c Wed Oct 19 17:24:36 2016
(r307645)
+++ stable/10/usr.sbin/rtsold/rtsol.c Wed Oct 19 17:31:59 2016
(r307646)
@@ -347,7 +347,7 @@ rtsol_input(int s)
/* xxx: more validation? */
if ((ifi = find_ifinfo(pi->ipi6_ifindex)) == NULL) {
- warnmsg(LOG_INFO, __func__,
+ warnmsg(LOG_DEBUG, __func__,
"received RA from %s on an unexpected IF(%s)",
inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
sizeof(ntopbuf)),
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"