summaryrefslogtreecommitdiffstats
path: root/proto/rip/rip.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r--proto/rip/rip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index fdbdacd..6cd70d8 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;
}