[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FCBBD6C.8020904@redfish-solutions.com>
Date: Sun, 03 Jun 2012 13:39:24 -0600
From: Philip Prindeville <philipp_subx@...fish-solutions.com>
To: Netdev <netdev@...r.kernel.org>
Subject: Generic user-space routing library -- need collaborator
Hi.
I'm working on adding a few more portability classes to Poco (a multi-platform C++ toolkit) and wanted to add a Net::Routing class for examining and manipulating the routing tables.
The C++ would just be convenience wrappers around a core C library that handles the netlink semantics. I've looked at libmnl and it's handy, but I need a higher level of abstraction (for instance, parsing an RTA_NETMASK for IPv6 is anything but well-documented).
I'm running into the limits of my linux-specific knowledge, though. I can get a specific route, but not the non-specific (default) route. Unless I'm doing something wrong (and I may be), the only way to get the default route seems to be to either get a route to a host you know will never be in your routing table, or else to dump the entire table and grep it out.
Not sure if that's a shortcoming in the rtnetlink API or my being an idiot.
Maybe both.
Anyway, if anyone can walk me through parsing some of the more esoteric routing permutations (like 6to4 tunnels, etc) I'd appreciate their contacting me out-of-band.
Thanks,
-Philip
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists