From: Ben Pfaff Date: Fri, 15 Mar 2013 15:24:56 +0000 (-0700) Subject: ovs-ofctl: Improve description of mod_nw_tos action. X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~65 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=9c86c22e0d8c4d4c1f09aba02f42a89d8a201f32 ovs-ofctl: Improve description of mod_nw_tos action. Reported-by: Murphy McCauley Signed-off-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index e7d9cfb54..3cc618d5a 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -962,9 +962,9 @@ Sets the TCP or UDP source port to \fIport\fR. Sets the TCP or UDP destination port to \fIport\fR. . .IP \fBmod_nw_tos\fB:\fItos\fR -Sets the IPv4 ToS/DSCP field to \fItos\fR. Valid values are between 0 and -255, inclusive. Note that the two lower reserved bits are never -modified. +Sets the IPv4 ToS/DSCP field to \fItos\fR, which must be a multiple of +4 between 0 and 255. This action does not modify the two least +significant bits of the ToS field (the ECN bits). .RE .IP The following actions are Nicira vendor extensions that, as of this writing, are