summaryrefslogtreecommitdiff
path: root/pbrd/pbr_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 /pbrd/pbr_main.c
parent9c42f07ccbe9534c48b7660640708da8cd371711 (diff)
parent4931a3659acc8fc59379ee85ecb65b02509ae940 (diff)
Merge pull request #2337 from pguibert6WIND/netns_alias
default VRF naming update
Diffstat (limited to 'pbrd/pbr_main.c')
-rw-r--r--pbrd/pbr_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_main.c b/pbrd/pbr_main.c
index ba09621083..f555ccc056 100644
--- a/pbrd/pbr_main.c
+++ b/pbrd/pbr_main.c
@@ -146,7 +146,7 @@ int main(int argc, char **argv, char **envp)
pbr_debug_init();
- vrf_init(NULL, NULL, NULL, NULL);
+ vrf_init(NULL, NULL, NULL, NULL, NULL);
nexthop_group_init(pbr_nhgroup_add_cb,
pbr_nhgroup_add_nexthop_cb,
pbr_nhgroup_del_nexthop_cb,