diff options
| author | Chirag Shah <chirag@cumulusnetworks.com> | 2017-08-25 13:51:12 -0700 |
|---|---|---|
| committer | Chirag Shah <chirag@cumulusnetworks.com> | 2017-10-03 09:15:19 -0700 |
| commit | b5a8894de6454e1dc0b75e1d676c5ed0fcf3438b (patch) | |
| tree | 8da7790f9c160dc34874e260a910f0886b24e79c /ospfd/ospf_main.c | |
| parent | cb64dec0d6ce824f5571cd291d8f4d1bf2cabcbb (diff) | |
ospfd: OSPFv2 VRF Support
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_main.c')
| -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 f284a04cbe..7bd644f43d 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -187,7 +187,7 @@ int main(int argc, char **argv) /* Library inits. */ debug_init(); - vrf_init(NULL, NULL, NULL, NULL); + ospf_vrf_init(); access_list_init(); prefix_list_init(); |
