fib: Reload the adj after possible realloc (VPP-1822)
[vpp.git] / src / vnet / adj / adj_nbr.c
index 9413ae1..9e990e0 100644 (file)
@@ -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;
     }