From 4079b795e93eb5cc45592b57b020541c822d8cf8 Mon Sep 17 00:00:00 2001 From: markj Date: Wed, 19 Oct 2016 17:31:59 +0000 Subject: [PATCH] MFC r306571: rtsold: Log messages about unexpected RAs at LOG_DEBUG. git-svn-id: svn://svn.freebsd.org/base/stable/10@307646 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/rtsold/rtsol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/rtsold/rtsol.c b/usr.sbin/rtsold/rtsol.c index 118206a4b..cff283160 100644 --- a/usr.sbin/rtsold/rtsol.c +++ b/usr.sbin/rtsold/rtsol.c @@ -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)), -- 2.45.0