Page MenuHomeFreeBSD

netlink: Fix expire column in -r flag using netlink
ClosedPublic

Authored by pouria on Feb 22 2026, 4:55 PM.
Tags
None
Referenced Files
F168619693: D55440.diff
Sat, Aug 29, 7:21 AM
Unknown Object (File)
Thu, Aug 27, 7:04 AM
Unknown Object (File)
Tue, Aug 25, 3:43 PM
Unknown Object (File)
Tue, Aug 25, 8:52 AM
Unknown Object (File)
Tue, Aug 25, 7:25 AM
Unknown Object (File)
Tue, Aug 25, 6:56 AM
Unknown Object (File)
Fri, Aug 21, 11:29 PM
Unknown Object (File)
Thu, Aug 20, 6:12 PM

Details

Summary

netstat expire time report broken since netlink

Test Plan

I was going to write a test command for it,
but then I found out that route(8) on netlink is broken too. :)
use route compiled WITHOUT_NETLINK_SUPPORT for now.

route -n6 add -host 3fff::1 -gateway ::1 -expire +10
netstat -rn6

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 70880
Build 67763: arc lint + arc unit

Event Timeline

Fix multipath expire values too.

This revision is now accepted and ready to land.Feb 26 2026, 3:18 AM
This revision was landed with ongoing or failed builds.Feb 26 2026, 12:35 PM
This revision was automatically updated to reflect the committed changes.

I have been testing this patch on a couple of computers for over a week now, and everything seems to work fine (at least I see no regression).