Commit 0ff86d05 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

ROA: Fix reconfiguration

parent cce6ba4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -306,10 +306,10 @@ void
roa_commit(struct config *new, struct config *old)
{
  struct roa_table_config *cf;
  struct roa_table *t;
  struct roa_table *t, *tx;

  if (old)
    WALK_LIST(t, roa_table_list)
    WALK_LIST_DELSAFE(t, tx, roa_table_list)
      {
	struct symbol *sym = cf_find_symbol(new, t->name);
	if (sym && sym->class == SYM_ROA)