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, Sep 19, 5:13 AM
Unknown Object (File)
Wed, Sep 18, 7:05 PM
Unknown Object (File)
Wed, Sep 18, 9:47 AM
Unknown Object (File)
Sun, Sep 15, 9:41 PM
Unknown Object (File)
Sun, Sep 15, 4:40 PM
Unknown Object (File)
Mon, Sep 9, 7:22 PM
Unknown Object (File)
Sat, Sep 7, 12:56 AM
Unknown Object (File)
Aug 14 2024, 6:37 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