On 10/10/2016 20:15, Claudio Jeker wrote:
So rn_refines() is a function from the deep underbelly of radix code.
In my opinion if.c should not use this function especially now that we
use
art for routing table lookups. Instead I implemented a simple
ifa_netmask_cmp() function that does what the
On Mon, Oct 10, 2016 at 08:15:19PM +0200, Claudio Jeker wrote:
> So rn_refines() is a function from the deep underbelly of radix code.
> In my opinion if.c should not use this function especially now that we use
> art for routing table lookups. Instead I implemented a simple
> ifa_netmask_cmp() fun
On 10 October 2016 at 20:15, Claudio Jeker wrote:
> So rn_refines() is a function from the deep underbelly of radix code.
> In my opinion if.c should not use this function especially now that we use
> art for routing table lookups. Instead I implemented a simple
> ifa_netmask_cmp() function that d
So rn_refines() is a function from the deep underbelly of radix code.
In my opinion if.c should not use this function especially now that we use
art for routing table lookups. Instead I implemented a simple
ifa_netmask_cmp() function that does what the code expects and compares
the two netmasks. It