FIB: remove assert from adj src 04/16604/2
authorNeale Ranns <nranns@cisco.com>
Sun, 23 Dec 2018 14:49:11 +0000 (06:49 -0800)
committerDamjan Marion <dmarion@me.com>
Sun, 23 Dec 2018 16:25:43 +0000 (16:25 +0000)
this is the case when the ADJ fib is in the non-forwarding trie

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

index 8c34305..57a802d 100644 (file)
@@ -292,7 +292,6 @@ fib_entry_src_adj_deactivate (fib_entry_src_t *src,
     /*
      * remove the depednecy on the covering entry
      */
-    ASSERT(FIB_NODE_INDEX_INVALID != src->u.adj.fesa_cover);
     cover = fib_entry_get(src->u.adj.fesa_cover);
 
     fib_entry_cover_untrack(cover, src->u.adj.fesa_sibling);