Commit d360f129 authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

Fix static protocol w.r.t. some recent changes in protocol ahooks.

parent bf2abe2f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;