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, Mar 17, 7:25 AM
Unknown Object (File)
Mon, Mar 16, 4:43 PM
Unknown Object (File)
Sun, Mar 15, 8:42 AM
Unknown Object (File)
Wed, Mar 4, 12:57 PM
Unknown Object (File)
Tue, Mar 3, 9:50 AM
Unknown Object (File)
Feb 21 2026, 1:36 AM
Unknown Object (File)
Feb 20 2026, 3:09 PM
Unknown Object (File)
Feb 19 2026, 2:03 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