summaryrefslogtreecommitdiffstats
path: root/nhrpd
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 /nhrpd
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 'nhrpd')
-rw-r--r--nhrpd/nhrp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_vty.c b/nhrpd/nhrp_vty.c
index 60ce1e652..764ffe084 100644
--- a/nhrpd/nhrp_vty.c
+++ b/nhrpd/nhrp_vty.c
@@ -1259,7 +1259,7 @@ void nhrp_config_init(void)
install_element(CONFIG_NODE, &nhrp_multicast_nflog_group_cmd);
install_element(CONFIG_NODE, &no_nhrp_multicast_nflog_group_cmd);
- vrf_cmd_init(NULL, &nhrpd_privs);
+ vrf_cmd_init(NULL);
/* interface specific commands */
if_cmd_init(interface_config_write);