X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-vsctl.8.in;h=43b00bfd47d3c0e7c9b045ea0aa2211cbbfbc33c;hb=ec988646afe6aee6a63d6894a3e9b50f715d5941;hp=fd29b066fcc5a4e277c732a6b3d3e994818c5939;hpb=29089a540cfa30a834e3ee19a8b4c52ff2e331b2;p=sliver-openvswitch.git diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index fd29b066f..43b00bfd4 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -13,8 +13,6 @@ .TH ovs\-vsctl 8 "@VERSION@" "Open vSwitch" "Open vSwitch Manual" .\" This program's name: .ds PN ovs\-vsctl -.\" SSL peer program's name: -.ds SN ovsdb\-server . .SH NAME ovs\-vsctl \- utility for querying and configuring \fBovs\-vswitchd\fR @@ -151,6 +149,7 @@ These options control the format of output from the \fBlist\fR and .so lib/ssl-bootstrap.man .so lib/ssl-peer-ca-cert.man .so lib/vlog.man +.so lib/common.man . .SH COMMANDS The commands implemented by \fBovs\-vsctl\fR are described in the @@ -468,9 +467,7 @@ for bootstrapping. .PP This option is only useful if the controller sends its CA certificate as part of the SSL certificate chain. The SSL protocol does not -require the controller to send the CA certificate, but -\fBovs\-controller\fR(8) can be configured to do so with the -\fB\-\-peer\-ca\-cert\fR option. +require the controller to send the CA certificate. . .SS "Database Commands" . @@ -942,11 +939,12 @@ Deconfigure sFlow from \fBbr0\fR, which also destroys the sFlow record .PP Configure bridge \fBbr0\fR to send one IPFIX flow record per packet sample to UDP port 4739 on host 192.168.0.34, with Observation Domain -ID 123 and Observation Point ID 456: +ID 123 and Observation Point ID 456, a flow cache active timeout of 1 +minute (60 seconds), and a maximum flow cache size of 13 flows: .IP .B "ovs\-vsctl \-\- set Bridge br0 ipfix=@i \(rs" .IP -.B "\-\- \-\-id=@i create IPFIX targets=\(rs\(dq192.168.0.34:4739\(rs\(dq obs_domain_id=123 obs_point_id=456" +.B "\-\- \-\-id=@i create IPFIX targets=\(rs\(dq192.168.0.34:4739\(rs\(dq obs_domain_id=123 obs_point_id=456 cache_active_timeout=60 cache_max_flows=13" .PP Deconfigure the IPFIX settings from \fBbr0\fR, which also destroys the IPFIX record (since it is now unreferenced): @@ -968,7 +966,7 @@ Set the path cost of port \fBeth0\fR to 10: .PP Deconfigure STP from above: .IP -.B "ovs\-vsctl clear Bridge br0 stp_enable" +.B "ovs\-vsctl set Bridge br0 stp_enable=false" .PP .SS "OpenFlow Version" .PP