des 42f7c6ed63 Slight cleanup of interface event logging.
Make if_printf() use vlog() instead of vprintf().  This means it can no
longer return the number of characters printed, as it used to, but every
single call to if_printf() in the entire kernel ignores the return value
anyway; just return 0 so we don't have to change the prototype.

Consistently use if_printf() throughout sys/net/if.c, instead of a
mixture of if_printf() and log().

In ifa_maintain_loopback_route(), don't needlessly log an error if we
either failed to add a route because it already existed or failed to
remove one because it did not.  We still return an error code, though.

MFC after:	1 week
2018-05-11 00:19:49 +00:00
..
2018-05-10 17:22:04 +00:00
2018-05-10 09:25:51 +00:00
2018-05-10 03:59:48 +00:00
2018-05-10 02:31:54 +00:00
2018-05-10 17:55:24 +00:00
2018-02-14 00:12:03 +00:00
2018-05-10 17:55:24 +00:00
2018-04-26 12:23:31 +00:00
2018-04-11 17:28:24 +00:00
2018-05-10 03:59:48 +00:00
2018-05-11 00:01:43 +00:00
2018-05-10 17:55:24 +00:00
2018-03-24 21:30:24 +00:00
2018-05-04 17:17:30 +00:00
2018-05-07 21:09:21 +00:00
2018-05-02 10:19:17 +00:00