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)
Thu, Feb 6, 3:27 AM
Unknown Object (File)
Jan 16 2025, 3:47 AM
Unknown Object (File)
Nov 11 2024, 4:07 AM
Unknown Object (File)
Oct 29 2024, 4:25 PM
Unknown Object (File)
Oct 21 2024, 1:56 AM
Unknown Object (File)
Oct 18 2024, 10:25 PM
Unknown Object (File)
Oct 18 2024, 9:09 PM
Unknown Object (File)
Oct 18 2024, 8:35 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