diff options
| author | David Lamparter <equinox@diac24.net> | 2017-05-17 22:06:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-17 22:06:39 +0200 |
| commit | bac7b7b935162915bbefb7d01ce55eb364635c0b (patch) | |
| tree | b2ce709376fa69429fa336f8239f25b0a89e7b14 /ospf6d/ospf6_main.c | |
| parent | e89f016d3e882010c70689432ad9e7f7c32df224 (diff) | |
| parent | 910a5c0e21145755b0d849b11b81df8e78d0e871 (diff) | |
Merge pull request #537 from donaldsharp/vrf_stuff
Vrf stuff
Diffstat (limited to 'ospf6d/ospf6_main.c')
| -rw-r--r-- | ospf6d/ospf6_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index baecf79817..f69c1e1bca 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 (); |
