Fix dangling reference in l2fib_scan(...) 28/14028/2
authorDave Barach <dave@barachs.net>
Tue, 7 Aug 2018 16:46:18 +0000 (12:46 -0400)
committerJohn Lo <loj@cisco.com>
Tue, 7 Aug 2018 18:05:23 +0000 (18:05 +0000)
commit28374cada08df61180044e24cb758fa570e73c9d
tree0050b76a5c9e59029c9b91becc18b88b6db6f908
parente25c9bf62e374bebcb89399470b7817c7f446b1b
Fix dangling reference in l2fib_scan(...)

Deleting a bihash kvp frees the bucket's backing storage when the
bucket reference count reaches zero. l2fib_scan MUST check for that
condition, and stop scanning the bucket if it occurs. One of the L2
FIB extended "make test" vectors caused this issue 100% of the time.

Change-Id: I250bcc4c1518e16042120fbc4032227a759a602e
Signed-off-by: Dave Barach <dave@barachs.net>
src/vnet/l2/l2_fib.c