diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-05 12:33:00 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-06-05 12:33:00 +0200 |
commit | 868ee86cec06cc85272cb38c81586f62ade50303 (patch) | |
tree | e6169e6d1484eca07270c9db8a92568856886ebf /sharpd | |
parent | Merge pull request #4457 from mjstapp/fix_sa_warning (diff) | |
download | frr-868ee86cec06cc85272cb38c81586f62ade50303.tar.xz frr-868ee86cec06cc85272cb38c81586f62ade50303.zip |
lib, pbrd, sharpd, vtysh: Add autocompletion for 'nexthop-group'
Add some auto-completion for the nexthop-group command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'sharpd')
-rw-r--r-- | sharpd/sharp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index fbcbbe3fd..31608dcdb 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -157,7 +157,7 @@ DEFPY (install_routes_data_dump, DEFPY (install_routes, install_routes_cmd, - "sharp install routes [vrf NAME$name] <A.B.C.D$start4|X:X::X:X$start6> <nexthop <A.B.C.D$nexthop4|X:X::X:X$nexthop6>|nexthop-group NAME$nexthop_group> (1-1000000)$routes [instance (0-255)$instance] [repeat (2-1000)$rpt]", + "sharp install routes [vrf NAME$name] <A.B.C.D$start4|X:X::X:X$start6> <nexthop <A.B.C.D$nexthop4|X:X::X:X$nexthop6>|nexthop-group NHGNAME$nexthop_group> (1-1000000)$routes [instance (0-255)$instance] [repeat (2-1000)$rpt]", "Sharp routing Protocol\n" "install some routes\n" "Routes to install\n" |