I had accidentally made corrections to the ovs-ofctl.8 instead of
ovs-ofctl.8.in.

Signed-off-by: Jarno Rajahalme <jrajaha...@nicira.com>
---
 utilities/ovs-ofctl.8.in |   26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 8d080b0..fd1e917 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -720,31 +720,35 @@ above, the bitwise match forms apply only when 
\fBdl_type\fR and
 Bitwise match on TCP flags.  The \fIflags\fR and \fImask\fR are 16-bit
 numbers written in decimal or in hexadecimal prefixed by \fB0x\fR.
 Each 1-bit in \fImask\fR requires that the corresponding bit in
-\fIport\fR must match.  Each 0-bit in \fImask\fR causes the corresponding
+\fIflags\fR must match.  Each 0-bit in \fImask\fR causes the corresponding
 bit to be ignored.
 .IP
 TCP protocol currently defines 9 flag bits, and additional 3 bits are
-reserved (must be transmitted as zero), see RFCs 793, 3168, and .
+reserved (must be transmitted as zero), see RFCs 793, 3168, and 3540.
 The flags are, numbering from the least significant bit:
 .RS
-.IP \fBbit 1: FIN\fR
+.IP "\fB1: FIN\fR"
 No more data from sender.
-.IP \fBbit 2: SYN\fR
+.IP "\fB2: SYN\fR"
 Synchronize sequence numbers.
-.IP \fBbit 3: RST\fR
+.IP "\fB3: RST\fR"
 Reset the connection.
-.IP \fBbit 4: PSH\fR
+.IP "\fB4: PSH\fR"
 Push function.
-.IP \fBbit 5: ACK\fR
+.IP "\fB5: ACK\fR"
 Acknowledgement field significant.
-.IP \fBbit 6: URG\fR
+.IP "\fB6: URG\fR"
 Urgent pointer field significant.
-.IP \fBbit 7: ECE\fR
+.IP "\fB7: ECE\fR"
 ECN Echo.
-.IP \fBbit 8: CWR\fR
+.IP "\fB8: CWR\fR"
 Congestion Windows Reduced.
-.IP \fBbit 9: NS\fR
+.IP "\fB9: NS\fR"
 Nonce Sum.
+.IP "\fB10-12:\fR"
+Reserved.
+.IP "\fB13-16:\fR"
+Not matchable, must be zero in both \fIflags\fR and \fImask\fR.
 .RE
 .IP \fBicmp_type=\fItype\fR
 .IQ \fBicmp_code=\fIcode\fR
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to