summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-unixctl.man
diff options
context:
space:
mode:
authorAnsis Atteka <aatteka@nicira.com>2012-11-13 19:19:36 +0200
committerAnsis Atteka <aatteka@nicira.com>2012-11-21 16:19:30 -0800
commit72e8bf28bb38e8816435c64859fb350215b6a9e6 (patch)
tree61070e8efbfd1a51ae15261515418b7bb680f8e5 /ofproto/ofproto-unixctl.man
parent24f974c481bc5230552b23d96312f645f7533cd3 (diff)
downloadopenvswitch-72e8bf28bb38e8816435c64859fb350215b6a9e6.tar.gz
datapath: add skb mark matching and set action
This patch adds support for skb mark matching and set action. Acked-by: Jesse Gross <jesse@nicira.com> Signed-off-by: Ansis Atteka <aatteka@nicira.com>
Diffstat (limited to 'ofproto/ofproto-unixctl.man')
-rw-r--r--ofproto/ofproto-unixctl.man4
1 files changed, 3 insertions, 1 deletions
diff --git a/ofproto/ofproto-unixctl.man b/ofproto/ofproto-unixctl.man
index 3e36fe636..889034367 100644
--- a/ofproto/ofproto-unixctl.man
+++ b/ofproto/ofproto-unixctl.man
@@ -6,7 +6,7 @@ These commands manage the core OpenFlow switch implementation (called
Lists the names of the running ofproto instances. These are the names
that may be used on \fBofproto/trace\fR.
.
-.IP "\fBofproto/trace \fIswitch priority tun_id in_port packet\fR"
+.IP "\fBofproto/trace \fIswitch priority tun_id in_port mark packet\fR"
.IQ "\fBofproto/trace \fIswitch flow \fB\-generate\fR"
Traces the path of an imaginary packet through \fIswitch\fR. Both
forms require \fIswitch\fR, the switch on which the packet arrived
@@ -21,6 +21,8 @@ The tunnel ID on which the packet arrived. Use
.IP "\fIin_port\fR"
The OpenFlow port on which the packet arrived. Use \fB65534\fR if the
packet arrived on \fBOFPP_LOCAL\fR, the local port.
+.IP "\fImark\fR"
+SKB mark of the packet. Use \fB0\fR if Netfilter marks are not used.
.IP "\fIpacket\fR"
A sequence of hex digits specifying the packet's contents. An
Ethernet frame is at least 14 bytes long, so there must be at least 28