Date: Thu, 13 Aug 2009 23:41:33 +0200 From: Gabor PALI <pgj@FreeBSD.org> To: soc-status@freebsd.org Cc: Oleksandr Tymoshenko <gonzo@freebsd.org>, Robert Watson <rwatson@freebsd.org> Subject: libstat status 10 Message-ID: <685a6ef80908131441n28fba70av811ee082d149c8aa@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?685a6ef80908131441n28fba70av811ee082d149c8aa>