Commit ab0994a1 authored by Maria Matejka's avatar Maria Matejka
Browse files

fixup of table reload bug

parent 57d0ecb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1349,6 +1349,7 @@ rte_recalculate(rtable_private *table, struct rt_import_hook *c, net *net, rte *
		  stats->updates_ignored++;
		  rt_rte_trace_in(D_ROUTES, req, new, "ignored");
		}
	      return;
	  }

	*before_old = (*before_old)->next;