fib: Reload the adj after possible realloc (VPP-1822)
Type: fix
Fixes: 418b225931
Change-Id: Ia5f4ea24188c4f3de87e06a7fd07b40bcb47cfc1
Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
5ecc1e4d43
commit
37157d5279
@ -511,6 +511,7 @@ adj_nbr_update_rewrite_internal (ip_adjacency_t *adj,
|
||||
*/
|
||||
if (do_walk)
|
||||
{
|
||||
walk_adj = adj_get(walk_ai);
|
||||
walk_adj->ia_flags &= ~ADJ_FLAG_SYNC_WALK_ACTIVE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user