From 9789a421fa4ae0470d0bd013cd7fdd7d69162ca4 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 25 Jul 2016 07:25:55 +0200 Subject: [PATCH] rtsold: lower log level of spurious message When rtsold with `-d' it is supposed to show informal messages, though it actually picks up prefix delegation RAs on other non- configured interfaces. Since it's listening on a raw socket, we get all those things, but there's no misconfiguration and no interest in what happens with other interfaces per se and the debug level shall be sufficient. PR: https://forum.opnsense.org/index.php?topic=3392 --- 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 118206a4bfc..cff283160e8 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)),