Skip to content

Commit

Permalink
rtsold: lower log level of spurious message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fichtner committed Jul 25, 2016
1 parent 48f6860 commit 9789a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/rtsold/rtsol.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit 9789a42

Please sign in to comment.