From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: [PATCH v2 iproute2 7/9] man pages: update ife action to include tcindex Date: Tue, 11 Oct 2016 07:00:46 -0400 Message-ID: <1476183648-25850-8-git-send-email-jhs@emojatatu.com> References: <1476183648-25850-1-git-send-email-jhs@emojatatu.com> Cc: netdev@vger.kernel.org, mrv@mojatatu.com, cdillaba@mojatatu.com, lucasb@mojatatu.com, Jamal Hadi Salim To: stephen@networkplumber.org Return-path: Received: from mail-it0-f67.google.com ([209.85.214.67]:35225 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbcJKLMw (ORCPT ); Tue, 11 Oct 2016 07:12:52 -0400 Received: by mail-it0-f67.google.com with SMTP id l13so1374604itl.2 for ; Tue, 11 Oct 2016 04:12:51 -0700 (PDT) In-Reply-To: <1476183648-25850-1-git-send-email-jhs@emojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Lucas Bates Signed-off-by: Lucas Bates Signed-off-by: Jamal Hadi Salim --- man/man8/tc-ife.8 | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/man/man8/tc-ife.8 b/man/man8/tc-ife.8 index 7b3601e..aaf0f97 100644 --- a/man/man8/tc-ife.8 +++ b/man/man8/tc-ife.8 @@ -5,8 +5,8 @@ IFE - encapsulate/decapsulate metadata .SH SYNOPSIS .in +8 .ti -8 -.BR tc " ... " action ife" -.I DIRECTION ACTION +.BR tc " ... " " action ife" +.IR DIRECTION " [ " ACTION " ] " .RB "[ " dst .IR DMAC " ] " .RB "[ " src @@ -24,7 +24,13 @@ IFE - encapsulate/decapsulate metadata .ti -8 .IR ACTION " := { " -.BR allow " | " use " }" +.BI allow " ATTR" +.RB "| " use +.IR "ATTR value" " }" + +.ti -8 +.IR ATTR " := { " +.BR mark " | " prio " | " tcindex " }" .ti -8 .IR CONTROL " := { " @@ -50,6 +56,23 @@ Encode direction only. Allows encoding specified metadata. .B use Encode direction only. Enforce static encoding of specified metadata. .TP +.BR mark " [ " +.IR u32_value " ]" +The value to set for the skb mark. The u32 value is required only when +.BR use " is specified." +.TP +.BR prio " [ " +.IR u32_value " ]" +The value to set for priority in the skb structure. The u32 value is required +only when +.BR use " is specified." +.TP +.BR tcindex " [" +.IR u16_value " ]" +Value to set for the traffic control index in the skb structure. The u16 value +is required only when +.BR use " is specified." +.TP .BI dmac " DMAC" .TQ .BI smac " SMAC" -- 1.9.1