diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-04-18 15:46:23 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-04-18 22:08:13 +0000 |
commit | d7f92ddf4f96f28bfafeac376bf90497d41b5901 (patch) | |
tree | 0c0581bd2710c42bbdea37ee3a92a47945eca8ab /src/plugins/gbp/gbp_route_domain.c | |
parent | c67078e007c8a9b91def387ba345efa805e45fc5 (diff) |
GBP: update cli to reflect API changes
Some GBP debug cli short help and commands were not in sync anymore with
GBP API.
Change-Id: I224bec51fbacd8a3685b70d4e7a52b5803fd3ad4
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp_route_domain.c')
-rw-r--r-- | src/plugins/gbp/gbp_route_domain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/gbp/gbp_route_domain.c b/src/plugins/gbp/gbp_route_domain.c index 67b6915b463..7502a253440 100644 --- a/src/plugins/gbp/gbp_route_domain.c +++ b/src/plugins/gbp/gbp_route_domain.c @@ -345,13 +345,13 @@ gbp_route_domain_cli (vlib_main_t * vm, * Configure a GBP route-domain * * @cliexpar - * @cliexstart{set gbp route-domain [del] bd <ID> bvi <interface> uu-flood <interface>} + * @cliexstart{gbp route-domain [del] rd <ID> ip4-table-id <ID> ip6-table-id <ID> [ip4-uu <interface>] [ip6-uu <interface>]} * @cliexend ?*/ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (gbp_route_domain_cli_node, static) = { .path = "gbp route-domain", - .short_help = "gbp route-domain [del] epg bd <ID> bvi <interface> uu-flood <interface>", + .short_help = "gbp route-domain [del] rd <ID> ip4-table-id <ID> ip6-table-id <ID> [ip4-uu <interface>] [ip6-uu <interface>]", .function = gbp_route_domain_cli, }; |