svn commit: r307647 - stable/11/usr.sbin/rtsold
Mark Johnston
markj at FreeBSD.org
Wed Oct 19 17:32:39 UTC 2016
Author: markj
Date: Wed Oct 19 17:32:38 2016
New Revision: 307647
URL: https://svnweb.freebsd.org/changeset/base/307647
Log:
MFC r306571:
rtsold: Log messages about unexpected RAs at LOG_DEBUG.
Modified:
stable/11/usr.sbin/rtsold/rtsol.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/rtsold/rtsol.c
==============================================================================
--- stable/11/usr.sbin/rtsold/rtsol.c Wed Oct 19 17:31:59 2016 (r307646)
+++ stable/11/usr.sbin/rtsold/rtsol.c Wed Oct 19 17:32:38 2016 (r307647)
@@ -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)),
More information about the svn-src-all
mailing list