classify_add_del_session API: Use more descriptive docstring (VPP-1385) 43/14143/2
authorJuraj Sloboda <jsloboda@cisco.com>
Fri, 10 Aug 2018 19:23:02 +0000 (21:23 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 13 Aug 2018 17:13:19 +0000 (17:13 +0000)
Change-Id: I30788c0dd1ee012e786bb3127bf2743ab0bfdc70
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
src/vnet/classify/classify.api

index c5e81fd..52ab186 100644 (file)
@@ -101,7 +101,10 @@ define classify_add_del_table_reply
            sr policy index if action is 3.
     @param match_len - length of match, should be equal to skip_n_vectors plus match_n_vectors
                        of target table times sizeof (u32x4)
-    @param match - for add, match value for session, required
+    @param match - for add, match value for session, required,
+                   needs to include bytes in front
+                   with length of skip_n_vectors of target table times sizeof (u32x4)
+                   (values of those bytes will be ignored)
 */
 autoreply define classify_add_del_session
 {