diff options
| author | Renato Westphal <renato@openbsd.org> | 2018-08-28 17:10:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-28 17:10:04 -0300 |
| commit | efd1f138ccd0a577b210cf5a0a27a7ea2739c59e (patch) | |
| tree | 1bda391e243a92038350e77c22df5170f5cfdc41 /ospf6d/ospf6_main.c | |
| parent | 9c42f07ccbe9534c48b7660640708da8cd371711 (diff) | |
| parent | 4931a3659acc8fc59379ee85ecb65b02509ae940 (diff) | |
Merge pull request #2337 from pguibert6WIND/netns_alias
default VRF naming update
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 9580d87cf0..eadc856cac 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -208,7 +208,7 @@ int main(int argc, char *argv[], char *envp[]) /* thread master */ master = frr_init(); - vrf_init(NULL, NULL, NULL, NULL); + vrf_init(NULL, NULL, NULL, NULL, NULL); access_list_init(); prefix_list_init(); |
