Page MenuHomeFreeBSD

icmp6: move ICMPv6 related tunables to the files where they are used
ClosedPublic

Authored by glebius on Mar 22 2024, 9:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 12:03 PM
Unknown Object (File)
Fri, Apr 10, 2:00 AM
Unknown Object (File)
Mon, Apr 6, 11:22 PM
Unknown Object (File)
Sun, Apr 5, 11:41 PM
Unknown Object (File)
Thu, Apr 2, 9:23 PM
Unknown Object (File)
Mar 17 2026, 7:25 AM
Unknown Object (File)
Mar 16 2026, 4:43 PM
Unknown Object (File)
Mar 15 2026, 8:42 AM
Subscribers

Details

Summary

Most of them can be declared as static after the move out of in6_proto.c.
Keeping sysctl(9) declarations with their text descriptions next to the
variable declaration create self-documenting code. There should be no
functional changes.

Diff Detail

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