aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify/classify.api
diff options
context:
space:
mode:
authorJuraj Sloboda <jsloboda@cisco.com>2018-08-10 21:23:02 +0200
committerFlorin Coras <florin.coras@gmail.com>2018-08-13 17:13:19 +0000
commit34eb5d423d8d5851d0e901114d359c91acf05c4e (patch)
treef9f666c5fb4c1e9c68ce059f13b69ab82a218c24 /src/vnet/classify/classify.api
parentc9dad5d945dfdeb9769f5442532dfda430d999cb (diff)
classify_add_del_session API: Use more descriptive docstring (VPP-1385)
Change-Id: I30788c0dd1ee012e786bb3127bf2743ab0bfdc70 Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
Diffstat (limited to 'src/vnet/classify/classify.api')
-rw-r--r--src/vnet/classify/classify.api5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vnet/classify/classify.api b/src/vnet/classify/classify.api
index c5e81fdd093..52ab186d7a6 100644
--- a/src/vnet/classify/classify.api
+++ b/src/vnet/classify/classify.api
@@ -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
{