aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2018-12-23 06:49:11 -0800
committerDamjan Marion <dmarion@me.com>2018-12-23 16:25:43 +0000
commit7b8f9166883bd1a277770453bb9dabdc66e58805 (patch)
tree529fa2d5a97ca77a912e712adf99241c8f303ff4
parentd8cf40b8bb5e00eb8b668f7d762e8eb5267a228a (diff)
FIB: remove assert from adj src
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>
-rw-r--r--src/vnet/fib/fib_entry_src_adj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vnet/fib/fib_entry_src_adj.c b/src/vnet/fib/fib_entry_src_adj.c
index 8c343051e8f..57a802d16c5 100644
--- a/src/vnet/fib/fib_entry_src_adj.c
+++ b/src/vnet/fib/fib_entry_src_adj.c
@@ -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);