On 8/16/18 6:59 PM, Md. Islam wrote:
There is a bug in fib_table_insert(). If I add following routes,
23.20.0.0/14 <http://23.20.0.0/14> veth1
23.20.0.0/15 <http://23.20.0.0/15> veth2
FIB lookup on 23.22.111.212 results veth1, not veth2.
veth1 is the correct lookup response. '22' toggles the 15th bit which
means the compare to 23.20/15 fails.