MFIB: changes to improve route add/delete performance
[vpp.git] / src / vnet / mfib / mfib_itf.c
index b9fa1ec..f77b40e 100644 (file)
@@ -112,6 +112,10 @@ show_mfib_itf_command (vlib_main_t * vm,
     return (NULL);
 }
 
+/*?
+ * This commnad displays an MFIB interface, or all interfaces, indexed by their unique
+ * numerical indentifier.
+ ?*/
 VLIB_CLI_COMMAND (show_mfib_itf, static) = {
   .path = "show mfib interface",
   .function = show_mfib_itf_command,