|
|
| version 1.1, 2017/08/22 12:33:54 | version 1.1.1.2, 2021/03/17 19:50:23 |
|---|---|
| Line 306 void | Line 306 void |
| roa_commit(struct config *new, struct config *old) | roa_commit(struct config *new, struct config *old) |
| { | { |
| struct roa_table_config *cf; | struct roa_table_config *cf; |
| struct roa_table *t; | struct roa_table *t, *tx; |
| if (old) | 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); | struct symbol *sym = cf_find_symbol(new, t->name); |
| if (sym && sym->class == SYM_ROA) | if (sym && sym->class == SYM_ROA) |