Page MenuHomeFreeBSD

Hide forward messages in nd6log()
Needs ReviewPublic

Authored by delphij on May 5 2020, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 22 2023, 11:07 PM
Unknown Object (File)
Mar 22 2023, 7:32 AM
Unknown Object (File)
Mar 4 2023, 11:01 AM
Unknown Object (File)
Jan 14 2023, 1:21 PM
Subscribers

Details

Reviewers
ae
bz
melifaro
Summary

Hide forward messages in nd6log().

This reduces noise for router operators.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30937
Build 28648: arc lint + arc unit

Event Timeline

I agree with an idea that it doesn't make sense to spam logs with such messages by default.

However, I'd rather prefer to eliminate this code at all in favour of dtrace probe, as I can hardly see how outputting 1 message every 5 seconds is going to help troubleshooting.

I also agree that these messages should be removed. But moving them to nd6 debugging seems wrong.