diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-26 07:25:11 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-26 17:05:56 +0000 |
commit | 8164a0382d80dc70c82be12e43edf7fd432d21d1 (patch) | |
tree | b5af626db6547b36f96c5a4c837e3a0e4cdbb8a7 /src | |
parent | 40ddc319984e8d6bfb5a10141b369a9f957c19c3 (diff) |
FIB: do debug before remvoing last source
Change-Id: I4e1cde754eb4d6406cd6cd51f37d89552bdb6a53
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/fib/fib_entry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/fib/fib_entry.c b/src/vnet/fib/fib_entry.c index 32e45f24453..a2e2a1e8085 100644 --- a/src/vnet/fib/fib_entry.c +++ b/src/vnet/fib/fib_entry.c @@ -1111,10 +1111,10 @@ fib_entry_special_remove (fib_node_index_t fib_entry_index, best_source = fib_entry_src_get_source(bsrc); bflags = fib_entry_src_get_flags(bsrc); - sflag = fib_entry_src_action_remove_or_update_inherit(fib_entry, source); - FIB_ENTRY_DBG(fib_entry, "special remove:%U", format_fib_source, source); + sflag = fib_entry_src_action_remove_or_update_inherit(fib_entry, source); + /* * if the path list for the source passed is invalid, * then we need to create a new one. else we are updating |