From 7b8f9166883bd1a277770453bb9dabdc66e58805 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Sun, 23 Dec 2018 06:49:11 -0800 Subject: [PATCH] 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 --- src/vnet/fib/fib_entry_src_adj.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.16.6