Page MenuHomeFreeBSD

fix netstat -rs
ClosedPublic

Authored by bapt on Dec 4 2019, 3:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 8 2024, 12:06 AM
Unknown Object (File)
Feb 22 2024, 3:27 PM
Unknown Object (File)
Dec 22 2023, 10:14 PM
Unknown Object (File)
Dec 7 2023, 4:34 AM
Unknown Object (File)
Apr 8 2023, 12:35 AM
Unknown Object (File)
Mar 21 2023, 8:34 PM
Subscribers

Details

Reviewers
olivier
Summary

Routing statistics requires somes symbols that are only loaded when not running
live. load them only in that specific case

Diff Detail

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

Event Timeline

Working great :-)

[root@fbsd]~# netstat -rs
routing:
        0 bad routing redirects
        0 dynamically created routes
        0 new gateways due to redirects
        0 destinations found unreachable
        0 uses of a wildcard route
        0 routes not in table but not freed
This revision is now accepted and ready to land.Dec 4 2019, 5:06 PM