bfdd: fix profiles autocompletion

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
Igor Ryzhov 2021-04-01 15:48:24 +03:00
parent f13ad7c542
commit 0a01b0f44d
2 changed files with 2 additions and 2 deletions

View file

@ -557,7 +557,7 @@ void bfd_cli_show_required_echo_receive_interval(struct vty *vty,
* Profile commands. * Profile commands.
*/ */
DEFPY_YANG_NOSH(bfd_profile, bfd_profile_cmd, DEFPY_YANG_NOSH(bfd_profile, bfd_profile_cmd,
"profile WORD$name", "profile BFDPROF$name",
BFD_PROFILE_STR BFD_PROFILE_STR
BFD_PROFILE_NAME_STR) BFD_PROFILE_NAME_STR)
{ {

View file

@ -2237,7 +2237,7 @@ DEFUNSH(VTYSH_BFDD, bfd_peer_enter, bfd_peer_enter_cmd,
} }
DEFUNSH(VTYSH_BFDD, bfd_profile_enter, bfd_profile_enter_cmd, DEFUNSH(VTYSH_BFDD, bfd_profile_enter, bfd_profile_enter_cmd,
"profile WORD", "profile BFDPROF",
BFD_PROFILE_STR BFD_PROFILE_STR
BFD_PROFILE_NAME_STR) BFD_PROFILE_NAME_STR)
{ {