Page MenuHomeFreeBSD

netstat: reduce use of historical Internet classes
ClosedPublic

Authored by karels on Oct 28 2021, 4:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 22 2024, 12:15 PM
Unknown Object (File)
Oct 17 2024, 3:04 PM
Unknown Object (File)
Oct 7 2024, 2:40 PM
Unknown Object (File)
Sep 19 2024, 1:53 AM
Unknown Object (File)
Sep 18 2024, 4:08 AM
Unknown Object (File)
Sep 17 2024, 1:23 PM
Unknown Object (File)
Sep 17 2024, 1:47 AM
Unknown Object (File)
Sep 15 2024, 2:00 PM
Subscribers

Details

Summary

When attempting to characterize bound addresses, netstat was checking
for host 0 on a (historical) net using inet_lnaof(). Such addresses
are not normally bound, as they would not work, with the exception
of the unspecified address, INADDR_ANY. Check for that explicitly.
Similarly, don't check bound addresses for a match to a network name.

Test Plan

tested on a system with numerous servers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42419
Build 39307: arc lint + arc unit