summaryrefslogtreecommitdiffstats
path: root/ripd/rip_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r--ripd/rip_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index e81e61b8..95b1f6d4 100644
--- a/ripd/rip_main.c
+++ b/ripd/rip_main.c
@@ -33,6 +33,7 @@
#include "privs.h"
#include "sigevent.h"
#include "zclient.h"
+#include "vrf.h"
#include "ripd/ripd.h"
@@ -280,6 +281,7 @@ main (int argc, char **argv)
vty_init (master);
memory_init ();
keychain_init ();
+ vrf_init ();
/* RIP related initialization. */
rip_init ();