X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-ofctl.8.in;h=0faed9c97181eaaa11ae888b9247dea1d8861194;hb=ca00e5debfb9c2e4aa17eec9df563343c72d65ba;hp=978dd1e0722bba818806c727bd506c15e43e2c16;hpb=ca069229880ba47ba100b62ed34c0c226355b0c6;p=openvswitch diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 978dd1e0..0faed9c9 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -1,4 +1,4 @@ -.TH ovs\-ofctl 8 "June 2009" "Open vSwitch" "Open vSwitch Manual" +.TH ovs\-ofctl 8 "January 2010" "Open vSwitch" "Open vSwitch Manual" .ds PN ovs\-ofctl .SH NAME @@ -60,9 +60,11 @@ Prints to the console statistics for each of the flow tables used by \fIswitch\fR. .TP -\fBdump-ports \fIswitch\fR -Prints to the console statistics for each of the network devices -associated with \fIswitch\fR. +\fBdump-ports \fIswitch\fR [\fInetdev\fR] +Prints to the console statistics for network devices associated with +\fIswitch\fR. If \fInetdev\fR is specified, only the statistics +associated with that device will be printed. \fInetdev\fR can be an +OpenFlow assigned port number or device name, e.g. \fBeth0\fR. .TP \fBmod-port \fIswitch\fR \fInetdev\fR \fIaction\fR @@ -240,6 +242,11 @@ Matches IPv4 destination address \fIip\fR. Matches IP protocol type \fIproto\fR, which is specified as a decimal number between 0 and 255, inclusive (e.g. 6 to match TCP packets). +.IP \fBnw_tos=\fItos\fR +Matches IP ToS/DSCP field \fItos\fR, which is specified as a decimal +number between 0 and 255, inclusive. Note that the two lower reserved +bits are ignored for matching purposes. + .IP \fBtp_src=\fIport\fR Matches UDP or TCP source port \fIport\fR, which is specified as a decimal number between 0 and 65535, inclusive (e.g. 80 to match packets originating