summaryrefslogtreecommitdiffstats
path: root/ospf6d
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 /ospf6d
parentMerge pull request #561 from donaldsharp/static_config2 (diff)
parentMerge branch 'master' into vrf_stuff (diff)
downloadfrr-bac7b7b935162915bbefb7d01ce55eb364635c0b.tar.xz
frr-bac7b7b935162915bbefb7d01ce55eb364635c0b.zip
Merge pull request #537 from donaldsharp/vrf_stuff
Vrf stuff
Diffstat (limited to 'ospf6d')
-rw-r--r--ospf6d/ospf6_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c
index baecf7981..f69c1e1bc 100644
--- a/ospf6d/ospf6_main.c
+++ b/ospf6d/ospf6_main.c
@@ -221,7 +221,7 @@ main (int argc, char *argv[], char *envp[])
/* thread master */
master = frr_init ();
- vrf_init ();
+ vrf_init (NULL, NULL, NULL, NULL);
access_list_init ();
prefix_list_init ();