From c354fcc575718928224612f135b231f7e1584c2a Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 20 Jun 2014 13:17:36 +0200 Subject: [PATCH] ovs-ofctl.8: Move mod-table out of group tables section Signed-off-by: Thomas Graf Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 50 ++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index efd8c11f4..4ebaa18f5 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -63,6 +63,31 @@ Prints to the console statistics for each of the flow tables used by Prints to the console features for each of the flow tables used by \fIswitch\fR. . +.IP "\fBmod\-table \fIswitch\fR \fItable_id\fR \fIflow_miss_handling\fR" +An OpenFlow 1.0 switch looks up each packet that arrives at the switch +in table 0, then in table 1 if there is no match in table 0, then in +table 2, and so on until the packet finds a match in some table. +Finally, if no match was found, the switch sends the packet to the +controller +.IP +OpenFlow 1.1 and later offer more flexibility. This command +configures the flow table miss handling configuration for table +\fItable_id\fR in \fIswitch\fR. \fItable_id\fR may be an OpenFlow +table number between 0 and 254, inclusive, or the keyword \fBALL\fR to +modify all tables. \fIflow_miss_handling\fR may be any one of the +following: +.RS +.IP \fBdrop\fR +Drop the packet. +.IP \fBcontinue\fR +Continue to the next table in the pipeline. (This is how an OpenFlow +1.0 switch always handles packets that do not match any flow, in +tables other than the last one.) +.IP \fBcontroller\fR +Send to controller. (This is how an OpenFlow 1.0 switch always +handles packets that do not match any flow in the last table.) +.RE +. .TP \fBdump\-ports \fIswitch\fR [\fInetdev\fR] Prints to the console statistics for network devices associated with @@ -231,31 +256,6 @@ Prints to the console statistics for the specified \fIgroups in the groups are printed. See \fBGroup Syntax\fR, below, for the syntax of \fIgroups\fR. . -.IP "\fBmod\-table \fIswitch\fR \fItable_id\fR \fIflow_miss_handling\fR" -An OpenFlow 1.0 switch looks up each packet that arrives at the switch -in table 0, then in table 1 if there is no match in table 0, then in -table 2, and so on until the packet finds a match in some table. -Finally, if no match was found, the switch sends the packet to the -controller -.IP -OpenFlow 1.1 and later offer more flexibility. This command -configures the flow table miss handling configuration for table -\fItable_id\fR in \fIswitch\fR. \fItable_id\fR may be an OpenFlow -table number between 0 and 254, inclusive, or the keyword \fBALL\fR to -modify all tables. \fIflow_miss_handling\fR may be any one of the -following: -.RS -.IP \fBdrop\fR -Drop the packet. -.IP \fBcontinue\fR -Continue to the next table in the pipeline. (This is how an OpenFlow -1.0 switch always handles packets that do not match any flow, in -tables other than the last one.) -.IP \fBcontroller\fR -Send to controller. (This is how an OpenFlow 1.0 switch always -handles packets that do not match any flow in the last table.) -.RE -. .SS "OpenFlow 1.3+ Switch Meter Table Commands" . These commands manage the meter table in an OpenFlow switch. In each -- 2.20.1