summaryrefslogtreecommitdiff
path: root/sharpd/sharp_main.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2018-08-28 17:10:04 -0300
committerGitHub <noreply@github.com>2018-08-28 17:10:04 -0300
commitefd1f138ccd0a577b210cf5a0a27a7ea2739c59e (patch)
tree1bda391e243a92038350e77c22df5170f5cfdc41 /sharpd/sharp_main.c
parent9c42f07ccbe9534c48b7660640708da8cd371711 (diff)
parent4931a3659acc8fc59379ee85ecb65b02509ae940 (diff)
Merge pull request #2337 from pguibert6WIND/netns_alias
default VRF naming update
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r--sharpd/sharp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c
index f0e6e3db4a..65b1837f68 100644
--- a/sharpd/sharp_main.c
+++ b/sharpd/sharp_main.c
@@ -146,7 +146,7 @@ int main(int argc, char **argv, char **envp)
master = frr_init();
- vrf_init(NULL, NULL, NULL, NULL);
+ vrf_init(NULL, NULL, NULL, NULL, NULL);
access_list_init();
route_map_init();