summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.8.in
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2013-11-13 15:19:17 +0900
committerBen Pfaff <blp@nicira.com>2013-11-13 10:54:30 -0800
commitafd5ac066bf1a633690513919ae86dcd1af7ecbc (patch)
treeac7b64b05e665dc4bdfa6ff0d08d1e728a6b5b88 /utilities/ovs-ofctl.8.in
parentb4dca848eb6860d1f93e4ea0556dd35aeb265dbf (diff)
downloadopenvswitch-afd5ac066bf1a633690513919ae86dcd1af7ecbc.tar.gz
ovs-ofctl: Document set_mpls_{label,tc} actions
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'utilities/ovs-ofctl.8.in')
-rw-r--r--utilities/ovs-ofctl.8.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 74a326a43..07848fd1c 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -1290,6 +1290,15 @@ invalid ttl packets. If controller ids are not specified, the
``packet_in'' message will be sent only to the controllers having
controller id zero which have registered for the invalid ttl packets.
.
+.IP \fBset_mpls_label\fR:\fIlabel\fR
+Set the label of the outer MPLS label stack entry of a packet.
+\fIlabel\fR should be a 20-bit value that is decimal by default;
+use a \fB0x\fR prefix to specify them in hexadecimal.
+.
+.IP \fBset_mpls_tc\fR:\fItc\fR
+Set the traffic-class of the outer MPLS label stack entry of a packet.
+\fItc\fR should be a in the range 0 to 7 inclusive.
+.
.IP \fBset_mpls_ttl\fR:\fIttl\fR
Set the TTL of the outer MPLS label stack entry of a packet.
\fIttl\fR should be in the range 0 to 255 inclusive.