summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-08-25 18:29:42 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-08-26 11:01:22 +0200
commitcfc369c43a375847989645f54fa037a09a622908 (patch)
treeff63e609981e53da21d60be7ea8205f91be064e8 /babeld
parentMerge pull request #9466 from idryzhov/vrf-netns (diff)
downloadfrr-cfc369c43a375847989645f54fa037a09a622908.tar.xz
frr-cfc369c43a375847989645f54fa037a09a622908.zip
lib: remove unused argument from vrf_cmd_init
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'babeld')
-rw-r--r--babeld/babeld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babeld.c b/babeld/babeld.c
index b9623b64b..3fedde354 100644
--- a/babeld/babeld.c
+++ b/babeld/babeld.c
@@ -819,7 +819,7 @@ babeld_quagga_init(void)
install_element(BABEL_NODE, &babel_ipv6_distribute_list_cmd);
install_element(BABEL_NODE, &babel_no_ipv6_distribute_list_cmd);
- vrf_cmd_init(NULL, &babeld_privs);
+ vrf_cmd_init(NULL);
babel_if_init();