aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/l2e
diff options
context:
space:
mode:
authorBilly McFall <bmcfall@redhat.com>2018-01-10 16:48:59 -0500
committerChris Luke <chris_luke@comcast.com>2018-01-11 16:34:51 +0000
commitc3644a86e816eec63e2334038950bca9aa876802 (patch)
tree965d32a4344b0610d6da330d36b801028b96b72b /src/plugins/l2e
parent240b5ef57cc79cf32934ba8f218de29b6685406b (diff)
VPP-1131: doxygen: Documentation for Debug CLI stops at src/plugin/l2e
Change-Id: I3ce014da7b514aa766a90cacddd76cd2247406a8 Signed-off-by: Billy McFall <bmcfall@redhat.com> (cherry picked from commit bbdfeaebf25525a55d9a87ba4c0f789c176cc7bf)
Diffstat (limited to 'src/plugins/l2e')
-rw-r--r--src/plugins/l2e/l2e.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/l2e/l2e.c b/src/plugins/l2e/l2e.c
index 633d1f92838..e95c281c716 100644
--- a/src/plugins/l2e/l2e.c
+++ b/src/plugins/l2e/l2e.c
@@ -136,12 +136,12 @@ l2_emulation_cli (vlib_main_t * vm,
}
/*?
- * Configure l2 emualtion.
+ * Configure l2 emulation.
* When the interface is in L2 mode, configure the extraction of L3
* packets out of the L2 path and into the L3 path.
*
* @cliexpar
- * @cliexstart{set interface l2 input l2-emulation <interface-name> [disable]
+ * @cliexstart{set interface l2 input l2-emulation <interface-name> [disable]}
* @cliexend
?*/
/* *INDENT-OFF* */
@@ -179,7 +179,7 @@ l2_emulation_show (vlib_main_t * vm,
* packets out of the L2 path and into the L3 path.
*
* @cliexpar
- * @cliexstart{show interface l2 l2-emulation
+ * @cliexstart{show interface l2 l2-emulation}
* @cliexend
?*/
/* *INDENT-OFF* */