[ovs-dev] [PATCH] ovs-ofctl: Improve description of mod_nw_tos action.

Ben Pfaff blp at nicira.com
Fri Mar 15 15:25:26 UTC 2013


Reported-by: Murphy McCauley <murphy.mccauley at gmail.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 utilities/ovs-ofctl.8.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index e7d9cfb..3cc618d 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
-- 
1.7.10.4




More information about the dev mailing list