diff options
| author | harios_niral <hari@niralnetworks.com> | 2021-05-05 23:17:01 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-05 23:17:01 +0300 |
| commit | 4e8ccd9213519aac429036d382c1e64b1f452932 (patch) | |
| tree | 4035c1e36ab301d9a8750d1c6524f7615607b0ec /ospf6d/ospf6_main.c | |
| parent | 98d742c6f7c135729879188a6911f88acfafde4d (diff) | |
ospf6d: add internal support for multiple vrfs
Co-authored-by: Kaushik Nath <kaushiknath.null@gmail.com>
Signed-off-by: harios_niral <hari@niralnetworks.com>
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 cf61ca7a62..5ffcf8c2fa 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -225,7 +225,7 @@ int main(int argc, char *argv[], char *envp[]) /* thread master */ master = om6->master; - vrf_init(NULL, NULL, NULL, NULL, NULL); + ospf6_vrf_init(); access_list_init(); prefix_list_init(); |
