1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge branch 'master' into rt-accepted

This commit is contained in:
Ondrej Zajicek
2012-04-15 15:17:03 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -224,6 +224,9 @@ static_start(struct proto *p)
if (cf->igp_table)
rt_lock_table(cf->igp_table->table);
/* We have to go UP before routes could be installed */
proto_notify_state(p, PS_UP);
WALK_LIST(r, cf->other_routes)
static_add(p, cf, r);
return PS_UP;