The QoS and Queue tables weren't mentioned at all, and some of the tables were in a different order from that in vswitch.xml. This fixes both. --- utilities/ovs-vsctl.8.in | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index c0143c7..93ed5e3 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -477,6 +477,15 @@ A bridge port. Records may be identified by port name. .IP "\fBInterface\fR" A network device attached to a port. Records may be identified by name. +.IP "\fBQoS\fR" +Quality-of-service configuration for an Interface. +.IP "\fBQueue\fR" +Configuration for one queue within a \fBQoS\fR configuration. +.IP "\fBMonitor\fR" +Connectivity Monitoring attached to an interface. Records may be +identified by interface name. +.IP "\fBMaintenance_Point\fR" +Maintenance Point managed by a Monitor. .IP "\fBMirror\fR" A port mirroring configuration attached to a bridge. Records may be identified by mirror name. @@ -496,11 +505,6 @@ specifying \fB.\fR as the record name. .IP "\fBsFlow\fR" An sFlow configuration attached to a bridge. Records may be identified by bridge name. -.IP "\fBMonitor\fR" -Connectivity Monitoring attached to an interface. Records may be -identified by interface name. -.IP "\fBMaintenance_Point\fR" -Maintenance Point managed by a Monitor. .PP Record names must be specified in full and with correct capitalization. Names of tables and columns are not case-sensitive, -- 1.7.1 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
