From c756c1c7903feca20194bf3ba88863307668106a Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 8 Feb 2017 09:11:57 -0800 Subject: Improve MFIB doxygen help Change-Id: Ie490b7fd5238cbad23f0199161cc14324fd9c554 Signed-off-by: Neale Ranns --- src/vnet/mfib/mfib_entry.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vnet/mfib/mfib_entry.c') diff --git a/src/vnet/mfib/mfib_entry.c b/src/vnet/mfib/mfib_entry.c index 5170080c4ca..f1b6e8ee84e 100644 --- a/src/vnet/mfib/mfib_entry.c +++ b/src/vnet/mfib/mfib_entry.c @@ -1147,6 +1147,10 @@ show_mfib_entry_command (vlib_main_t * vm, return (NULL); } +/*? + * This commnad displays an entry, or all entries, in the mfib tables indexed by their unique + * numerical indentifier. + ?*/ VLIB_CLI_COMMAND (show_mfib_entry, static) = { .path = "show mfib entry", .function = show_mfib_entry_command, -- cgit 1.2.3-korg