diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-06 13:54:54 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-05-07 11:03:57 +0200 |
commit | c022a581ec3287f304753da5d0e85182c352120d (patch) | |
tree | 462404c4a50375ffdb9e72b3af3940c5cb37f575 /isisd/isis_cli.c | |
parent | isisd: fix "no bfd profile" command (diff) | |
download | frr-c022a581ec3287f304753da5d0e85182c352120d.tar.xz frr-c022a581ec3287f304753da5d0e85182c352120d.zip |
isisd: enable autocompletion for bfd profiles
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'isisd/isis_cli.c')
-rw-r--r-- | isisd/isis_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_cli.c b/isisd/isis_cli.c index ed10c3903..3013b2b44 100644 --- a/isisd/isis_cli.c +++ b/isisd/isis_cli.c @@ -363,7 +363,7 @@ DEFPY_YANG(isis_bfd, */ DEFPY_YANG(isis_bfd_profile, isis_bfd_profile_cmd, - "[no] isis bfd profile WORD", + "[no] isis bfd profile BFDPROF$profile", NO_STR PROTO_HELP "Enable BFD support\n" "Use a pre-configured profile\n" |