Page MenuHomeFreeBSD

netlink: reduce default log levels
ClosedPublic

Authored by kp on May 11 2023, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 1:36 PM
Unknown Object (File)
Sep 26 2024, 4:38 AM
Unknown Object (File)
Sep 25 2024, 9:18 AM
Unknown Object (File)
Sep 25 2024, 9:17 AM
Unknown Object (File)
Sep 17 2024, 6:02 PM
Unknown Object (File)
Sep 9 2024, 8:53 PM
Unknown Object (File)
Sep 9 2024, 10:25 AM
Unknown Object (File)
Sep 9 2024, 10:25 AM
Subscribers

Details

Summary

Reduce the default log level for netlink to LOG_INFO. This removes a
number of messages such as

[nl_iface] dump_sa: unsupported family: 0, skipping

or

[nl_iface] get_operstate_ether: error calling SIOCGIFMEDIA on vlan0: 22

that are useful for debugging, but not for most users.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable