Open dankamongmen opened 5 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.
ip route get
yeah we need this ASAP for a Very Special Client
added the necessary route accessors to do a client-side routing lookup. we still ought add a helper.
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.