diff --git a/proto/rip/rip.c b/proto/rip/rip.c index fdbdacd3..6cd70d86 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -410,6 +410,8 @@ rip_start(struct proto *p) add_head( &P->interfaces, NODE rif ); CHK_MAGIC; + rip_init_instance(p); + DBG( "RIP: ...done\n"); return PS_UP; }