From: Christian Hopps Date: Mon, 4 May 2020 14:28:03 +0000 (-0400) Subject: api: ip: add IP_ROUTE_LOOKUP API X-Git-Tag: v20.09-rc0~55 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f5d38e05ac6c9c56311eb4d75ca2644d592ae535;hp=f5d38e05ac6c9c56311eb4d75ca2644d592ae535;p=vpp.git api: ip: add IP_ROUTE_LOOKUP API Add an IP_ROUTE_LOOKUP function that does either an exact match or longest prefix match in a given fib table for a given prefix returning the match if present. Add API test. Type: improvement Signed-off-by: Christian Hopps Change-ID: I67ec5a61079f4acf1349a9c646185f91f5f11806 ---