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
F86831842: D44481.diff
Wed, Jun 26, 6:21 AM
Unknown Object (File)
Sun, Jun 23, 7:43 AM
Unknown Object (File)
May 27 2024, 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
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