FIB: crash when deleting default route 38/18138/3
authorNeale Ranns <nranns@cisco.com>
Fri, 8 Mar 2019 12:18:40 +0000 (12:18 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 12 Mar 2019 01:35:31 +0000 (01:35 +0000)
commit38fb88973f26ddc826ae0ca2c82d73ee4dac7ae1
treea7fcf4d6a260bebe849f613c78ed612e4b9236c3
parent88aec650c5e9858159e5dee90c77f7f15c633b0d
FIB: crash when deleting default route

when adding a recursive path the table is locked
so that it can be removed when the last recursive path
is removed. however, not all RR source'd prefixs use
a recursive path. so flushing the table of all RR source'd
entries is not correct.

Change-Id: Id4010774011046e66ddc443ac83cb8e9245313dd
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/fib/fib_table.c