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 27, 10:29 AM
Unknown Object (File)
May 11 2024, 8:30 AM
Unknown Object (File)
Apr 27 2024, 10:29 AM
Unknown Object (File)
Apr 27 2024, 6:25 AM
Unknown Object (File)
Apr 22 2024, 8:45 AM
Unknown Object (File)
Apr 20 2024, 3:29 PM
Unknown Object (File)
Mar 26 2024, 10:00 PM
Unknown Object (File)
Mar 24 2024, 9:00 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