Page MenuHomeFreeBSD

sockstat: Add a -f option to show FIB numbers of sockets
ClosedPublic

Authored by markj on Oct 28 2024, 5:04 PM.
Tags
None
Referenced Files
F167995966: D47316.diff
Tue, Aug 25, 8:08 PM
F167956530: D47316.id145549.diff
Tue, Aug 25, 3:10 PM
F167936094: D47316.id.diff
Tue, Aug 25, 12:34 PM
Unknown Object (File)
Fri, Aug 21, 10:55 PM
Unknown Object (File)
Tue, Aug 18, 3:17 PM
Unknown Object (File)
Sun, Aug 16, 7:18 PM
Unknown Object (File)
Fri, Aug 14, 7:06 PM
Unknown Object (File)
Thu, Aug 13, 9:09 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60226
Build 57110: arc lint + arc unit

Event Timeline

zlei added a subscriber: zlei.
zlei added inline comments.
usr.bin/sockstat/sockstat.c
1342

By default the GENERIC kernel limits the max number of fibs to 65535, See sys/net/route/route_var.h:

#define	RT_MAXFIBS	UINT16_MAX

So 6 chars width should be sufficient enough. But it would be better if you bother to explain this magic number :)

This revision is now accepted and ready to land.Nov 1 2024, 7:14 AM
markj marked an inline comment as done.Nov 1 2024, 1:08 PM