fib: do not dump no-longer valid adjacencies 32/21932/4
authorBenoît Ganne <bganne@cisco.com>
Thu, 18 Jul 2019 15:34:28 +0000 (17:34 +0200)
committerNeale Ranns <nranns@cisco.com>
Mon, 23 Sep 2019 09:14:52 +0000 (09:14 +0000)
commit138c37af5291e2045075052a4db036be03be4a85
tree9023316926f0f62fad94680e31547c07aee08aae
parentd51880c5de3a1b22d9ac510305bdfe98fa12e51c
fib: do not dump no-longer valid adjacencies

In some cases, we can refer to no-longer adjacencies (eg. in traces). Do
not dump them in this case as they are probably incorrect (memory can be
reused).

Type: fix

Change-Id: Ib653ba066bb6595ec6ec37d313a3124bce0eeed3
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/vnet/adj/adj.c
src/vnet/adj/adj.h
src/vnet/adj/adj_mcast.c
src/vnet/ip/lookup.c