libstat status 10

Gabor PALI pgj at FreeBSD.org
Thu Aug 13 21:41:35 UTC 2009


Hello,

Last week's progress:

- I worked on building an interface for accessing routing (forwarding
information base, fib) information.  This is the netstat_route()
function -- it returns a list of route_type items.  Route_type is an
abstraction for representing standard routing information:
destination, gateway, flags, routing interface name etc.  This type
includes a routenode_type, that provides information about
corresponding routing node in the tree where the routes are stored,
and a routemask_type, that represents netmasks used for routing.

- The routepr() function in netstat(1) has been rewritten by using the
abstractions and functions provided by libnetstat(3).

Cheers,
:g


More information about the soc-status mailing list