dankamongmen / libnetstack

Small library around rtnetlink to track networking stack elements
https://nick-black.com/dankwiki/index.php/Libnetstack
Apache License 2.0
10 stars 0 forks source link

Need lookup of route based off destination address #14

Open dankamongmen opened 4 years ago

dankamongmen commented 4 years ago

We ought be able to run the effective equivalent of ip route get -- allow a destination address to be specified, and pull out the correct route (and thus device) based off route dests and priorities.

dankamongmen commented 1 year ago

yeah we need this ASAP for a Very Special Client

dankamongmen commented 1 year ago

added the necessary route accessors to do a client-side routing lookup. we still ought add a helper.