Create rib_lookup() wrapper around per-af dataplane lookup functions.
This will help in the cases of having control plane af-agnostic code.
Switch ifa_ifwithroute() to use this function instead of rtalloc1().
Differential D24731
Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it. melifaro on May 6 2020, 8:08 AM. Authored by Tags None Referenced Files
Details
Create rib_lookup() wrapper around per-af dataplane lookup functions. Switch ifa_ifwithroute() to use this function instead of rtalloc1().
Diff Detail
|