diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-08 09:11:57 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-02-09 09:51:11 +0000 |
commit | c756c1c7903feca20194bf3ba88863307668106a (patch) | |
tree | 9d4305a4678e0f874abf9861e9bf247d229bd735 /src/vnet/mfib/ip4_mfib.c | |
parent | 6f96649d1b6ade7e4730a3b3d0f479c33fd4d764 (diff) |
Improve MFIB doxygen help
Change-Id: Ie490b7fd5238cbad23f0199161cc14324fd9c554
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/mfib/ip4_mfib.c')
-rw-r--r-- | src/vnet/mfib/ip4_mfib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/mfib/ip4_mfib.c b/src/vnet/mfib/ip4_mfib.c index 08001c3fa7a..3e7bdd81bbf 100644 --- a/src/vnet/mfib/ip4_mfib.c +++ b/src/vnet/mfib/ip4_mfib.c @@ -457,9 +457,9 @@ ip4_show_mfib (vlib_main_t * vm, * @cliexend ?*/ /* *INDENT-OFF* */ -VLIB_CLI_COMMAND (ip4_show_fib_command, static) = { +VLIB_CLI_COMMAND (ip4_show_mfib_command, static) = { .path = "show ip mfib", - .short_help = "show ip mfib [summary] [table <table-id>] [index <fib-id>] [<gre-addr>[/<mask>]] [<gre-addr>] [<src-addr> <gre-addr>]", + .short_help = "show ip mfib [summary] [table <table-id>] [index <fib-id>] [<grp-addr>[/<mask>]] [<grp-addr>] [<src-addr> <grp-addr>]", .function = ip4_show_mfib, }; /* *INDENT-ON* */ |