diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-04-18 18:03:22 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-04-19 15:16:24 +0000 |
commit | 2ac1ddb59cc08b080045fe15f8973d837d7255a5 (patch) | |
tree | fb34dd6cad89d55ea26d17504318da1cd7593bf0 /src/vnet | |
parent | 84ac8ac369bbe788a3f4eeb913f7927596f696af (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)
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/l2/l2_bvi.c | 2 |
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} ?*/ |