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)
Wed, Mar 4, 12:57 PM
Unknown Object (File)
Tue, Mar 3, 9:50 AM
Unknown Object (File)
Sat, Feb 21, 1:36 AM
Unknown Object (File)
Fri, Feb 20, 3:09 PM
Unknown Object (File)
Thu, Feb 19, 2:03 PM
Unknown Object (File)
Sun, Feb 8, 12:47 PM
Unknown Object (File)
Sat, Feb 7, 8:03 PM
Unknown Object (File)
Jan 31 2026, 1:47 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