aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_input_classify.c
diff options
context:
space:
mode:
authorBilly McFall <bmcfall@redhat.com>2016-09-09 08:46:40 -0400
committerDave Wallace <dwallacelf@gmail.com>2016-09-13 02:06:48 +0000
commit22aa3e970da0f0c772c5a16103a5dcf1f2875285 (patch)
tree5945d6b0dba816d5572ba766e1ddc5246934e5e2 /vnet/vnet/l2/l2_input_classify.c
parent1732fc1ab851c454a74efda47a383f48691d545a (diff)
VPP-288: Documentation changes via doxygen for vnet/vnet/l2.
Change-Id: I55b552fd054610c993d14078ce048c8c4b676104 Signed-off-by: Billy McFall <bmcfall@redhat.com>
Diffstat (limited to 'vnet/vnet/l2/l2_input_classify.c')
-rw-r--r--vnet/vnet/l2/l2_input_classify.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/vnet/vnet/l2/l2_input_classify.c b/vnet/vnet/l2/l2_input_classify.c
index 69cd113d093..497df192f39 100644
--- a/vnet/vnet/l2/l2_input_classify.c
+++ b/vnet/vnet/l2/l2_input_classify.c
@@ -631,18 +631,16 @@ int_l2_input_classify_command_fn (vlib_main_t * vm,
* Configure l2 input classification.
*
* @cliexpar
- * @cliexstart {set interface l2 input classify intfc <interface-name>
- * [ip4-table <index>]
- * [ip6-table <index>]
- * [other-table <index>]}
+ * @cliexstart{set interface l2 input classify intfc <interface-name> [ip4-table <index>] [ip6-table <index>] [other-table <index>]}
* @cliexend
+ * @todo This is incomplete. This needs a detailed description and a
+ * practical example.
?*/
-
/* *INDENT-OFF* */
VLIB_CLI_COMMAND (int_l2_input_classify_cli, static) = {
.path = "set interface l2 input classify",
.short_help =
- "set interface l2 input classify intfc <int> [ip4-table <n>]\n"
+ "set interface l2 input classify intfc <interface-name> [ip4-table <n>]\n"
" [ip6-table <n>] [other-table <n>]",
.function = int_l2_input_classify_command_fn,
};