]> git.proxmox.com Git - mirror_ovs.git/commitdiff
ovs-ofctl: Update documentation for MPLS actions.
authorBen Pfaff <blp@ovn.org>
Tue, 23 Oct 2018 16:26:28 +0000 (09:26 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Oct 2018 22:04:38 +0000 (15:04 -0700)
Reported-by: lidejun <lidejun1@huawei.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
utilities/ovs-ofctl.8.in

index aefea16ee34d439e278019e213145af3b36ee1bb..659406de57b4f76b84a0d91d8ea6ae2d32f719b0 100644 (file)
@@ -922,17 +922,11 @@ its TTL is copied from the IP TTL (64 if the packet is not IP).
 If the packet does already contain an MPLS label, pushes a new
 outermost label as a copy of the existing outermost label.
 .IP
-A limitation of the implementation is that processing of actions will stop
-if \fBpush_mpls\fR follows another \fBpush_mpls\fR unless there is a
-\fBpop_mpls\fR in between.
+OVS currently supports at most 3 MPLS labels.
 .
 .IP \fBpop_mpls\fR:\fIethertype\fR
-Strips the outermost MPLS label stack entry.
-Currently the implementation restricts \fIethertype\fR to a non-MPLS Ethertype
-and thus \fBpop_mpls\fR should only be applied to packets with
-an MPLS label stack depth of one. A further limitation is that processing of
-actions will stop if \fBpop_mpls\fR follows another \fBpop_mpls\fR unless
-there is a \fBpush_mpls\fR in between.
+Strips the outermost MPLS label stack entry and changes the packet's
+Ethertype to \fIethertype\fR.
 .
 .IP \fBmod_dl_src\fB:\fImac\fR
 Sets the source Ethernet address to \fImac\fR.