summaryrefslogtreecommitdiffstats
path: root/bfdd
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-04-01 14:48:24 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-04-01 14:49:46 +0200
commit0a01b0f44da684968c0452c04f6d457b901caeb2 (patch)
treed34295a93005cb49a3bf71eb1939132cd486fa3d /bfdd
parentbbfd: clear nb config entries when removing bfd node (diff)
downloadfrr-0a01b0f44da684968c0452c04f6d457b901caeb2.tar.xz
frr-0a01b0f44da684968c0452c04f6d457b901caeb2.zip
bfdd: fix profiles autocompletion
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'bfdd')
-rw-r--r--bfdd/bfdd_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfdd/bfdd_cli.c b/bfdd/bfdd_cli.c
index ba80b2363..42ed587f2 100644
--- a/bfdd/bfdd_cli.c
+++ b/bfdd/bfdd_cli.c
@@ -557,7 +557,7 @@ void bfd_cli_show_required_echo_receive_interval(struct vty *vty,
* Profile commands.
*/
DEFPY_YANG_NOSH(bfd_profile, bfd_profile_cmd,
- "profile WORD$name",
+ "profile BFDPROF$name",
BFD_PROFILE_STR
BFD_PROFILE_NAME_STR)
{