Fix VPP-1530 Classify session creation error 60/16460/3
authorjackiechen1985 <xiaobo.chen@tieto.com>
Thu, 13 Dec 2018 17:43:21 +0000 (01:43 +0800)
committerDave Barach <openvpp@barachs.net>
Thu, 13 Dec 2018 14:30:18 +0000 (14:30 +0000)
Change-Id: I6f877be6b3a1ef7100607560d430400bb824b6ba
Signed-off-by: jackiechen1985 <xiaobo.chen@tieto.com>
src/vnet/classify/vnet_classify.c

index 4e82222..c4f0c1f 100644 (file)
@@ -2302,7 +2302,7 @@ classify_session_command_fn (vlib_main_t * vm,
 VLIB_CLI_COMMAND (classify_session_command, static) = {
     .path = "classify session",
     .short_help =
-    "classify session [hit-next|l2-hit-next|"
+    "classify session [hit-next|l2-input-hit-next|l2-output-hit-next|"
     "acl-hit-next <next_index>|policer-hit-next <policer_name>]"
     "\n table-index <nn> match [hex] [l2] [l3 ip4] [opaque-index <index>]"
     "\n [action set-ip4-fib-id|set-ip6-fib-id|set-sr-policy-index <n>] [del]",