summaryrefslogtreecommitdiff
path: root/ldpd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2017-05-17 22:06:39 +0200
committerGitHub <noreply@github.com>2017-05-17 22:06:39 +0200
commitbac7b7b935162915bbefb7d01ce55eb364635c0b (patch)
treeb2ce709376fa69429fa336f8239f25b0a89e7b14 /ldpd
parente89f016d3e882010c70689432ad9e7f7c32df224 (diff)
parent910a5c0e21145755b0d849b11b81df8e78d0e871 (diff)
Merge pull request #537 from donaldsharp/vrf_stuff
Vrf stuff
Diffstat (limited to 'ldpd')
-rw-r--r--ldpd/ldpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c
index a0b021dfd9..710dcd15f4 100644
--- a/ldpd/ldpd.c
+++ b/ldpd/ldpd.c
@@ -329,7 +329,7 @@ main(int argc, char *argv[])
cmd_init(1);
vty_config_lockless();
vty_init(master);
- vrf_init();
+ vrf_init(NULL, NULL, NULL, NULL);
access_list_init();
ldp_vty_init();
ldp_zebra_init(master);