aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-04-18 18:03:22 -0400
committerDave Barach <openvpp@barachs.net>2019-04-19 15:16:24 +0000
commit2ac1ddb59cc08b080045fe15f8973d837d7255a5 (patch)
treefb34dd6cad89d55ea26d17504318da1cd7593bf0
parent84ac8ac369bbe788a3f4eeb913f7927596f696af (diff)
DOCS-ONLY: Fix broken doxygen tag in BVI
Change-Id: Ia42e7c93ebe51a36470f1358827451bcb98da433 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> (cherry picked from commit 3b62e29c3adc8e4114cb10dc794f4b3f814015b0)
-rw-r--r--src/vnet/l2/l2_bvi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_bvi.c b/src/vnet/l2/l2_bvi.c
index ec82d7d9df7..7760f3d8584 100644
--- a/src/vnet/l2/l2_bvi.c
+++ b/src/vnet/l2/l2_bvi.c
@@ -329,7 +329,7 @@ l2_bvi_delete_cli (vlib_main_t * vm,
*
* @cliexpar
* The following two command syntaxes are equivalent:
- * @cliexcmd{bvi delete <interace>
+ * @cliexcmd{bvi delete <interace>}
* Example of how to create a bvi interface:
* @cliexcmd{bvi delete bvi0}
?*/