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 /ospfd | |
parent | Merge pull request #561 from donaldsharp/static_config2 (diff) | |
parent | Merge branch 'master' into vrf_stuff (diff) | |
download | frr-bac7b7b935162915bbefb7d01ce55eb364635c0b.tar.xz frr-bac7b7b935162915bbefb7d01ce55eb364635c0b.zip |
Merge pull request #537 from donaldsharp/vrf_stuff
Vrf stuff
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index a56272356..6cd6d0272 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -206,7 +206,7 @@ main (int argc, char **argv) /* Library inits. */ debug_init (); - vrf_init (); + vrf_init (NULL, NULL, NULL, NULL); access_list_init (); prefix_list_init (); |