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)
Mon, May 11, 1:10 PM
Unknown Object (File)
Tue, Apr 14, 12:03 PM
Unknown Object (File)
Apr 10 2026, 2:00 AM
Unknown Object (File)
Apr 6 2026, 11:22 PM
Unknown Object (File)
Apr 5 2026, 11:41 PM
Unknown Object (File)
Apr 2 2026, 9:23 PM
Unknown Object (File)
Mar 17 2026, 7:25 AM
Unknown Object (File)
Mar 16 2026, 4:43 PM
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