diff options
author | Neale Ranns <nranns@cisco.com> | 2020-01-20 02:28:00 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-01-22 21:04:58 +0000 |
commit | da5dedfe33ca3cafb4cd6d90d34219d31cf69acb (patch) | |
tree | 78b9e094e862e348c1ba3fa26683898b6dc2759f /src/svm/svm_fifo.h | |
parent | c0c4eec3bc309bcc656eade82f17754875f9ed7c (diff) |
fib: FIB crash removing labelled route (VPP-1818)
Type: fix
The crash occured trying to retreive a NULL path list to walk the path
extensions. A walk shoul not be required, because there should be no
extensins, since all paths are removed. The problem is that when the
paths were added, they were not sorted, hence neither were the
extensions and when they were updated, duplicate extensions were added,
and hence a path removal did not remove them all.
Fix is to make sure paths are sorted.
Change-Id: I069d937de8e7bc8aae3d92f588db4daff727d863
Signed-off-by: Neale Ranns <nranns@cisco.com>
(cherry picked from commit 257749c40946a9269140d322e374d74c3b6eefb8)
Diffstat (limited to 'src/svm/svm_fifo.h')
0 files changed, 0 insertions, 0 deletions