diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-01 14:48:24 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-01 14:49:46 +0200 |
commit | 0a01b0f44da684968c0452c04f6d457b901caeb2 (patch) | |
tree | d34295a93005cb49a3bf71eb1939132cd486fa3d /vtysh/vtysh.c | |
parent | bbfd: clear nb config entries when removing bfd node (diff) | |
download | frr-0a01b0f44da684968c0452c04f6d457b901caeb2.tar.xz frr-0a01b0f44da684968c0452c04f6d457b901caeb2.zip |
bfdd: fix profiles autocompletion
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to '')
-rw-r--r-- | vtysh/vtysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 62d9c255a..376418829 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2237,7 +2237,7 @@ DEFUNSH(VTYSH_BFDD, bfd_peer_enter, bfd_peer_enter_cmd, } DEFUNSH(VTYSH_BFDD, bfd_profile_enter, bfd_profile_enter_cmd, - "profile WORD", + "profile BFDPROF", BFD_PROFILE_STR BFD_PROFILE_NAME_STR) { |