X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=utilities%2Fovs-dpctl.8.in;h=3d8854b57996077a8a0faa23afd6669be35f4455;hb=a5e54d9b6f8002f34cc792df69e6eda68cf95223;hp=0a1d670298b4e68cd5fa51cb78fb43ccb537fe77;hpb=9ee3ae3e0d89fcd67d04d8a890734a5fbee218a5;p=openvswitch diff --git a/utilities/ovs-dpctl.8.in b/utilities/ovs-dpctl.8.in index 0a1d6702..3d8854b5 100644 --- a/utilities/ovs-dpctl.8.in +++ b/utilities/ovs-dpctl.8.in @@ -110,9 +110,10 @@ up may be confused about their disappearance. .IP "\fBdump-groups \fIdp\fR" Prints to the console the sets of port groups maintained by datapath \fIdp\fR. Ordinarily there are at least 2 port groups in a datapath -that \fBsecchan\fR or \fBvswitch\fR is controlling: group 0 contains +that \fBovs\-openflowd\fR or \fBovs\-vswitch\fR is controlling: group +0 contains all ports except those disabled by STP, and group 1 contains all -ports. Additional groups might be used in the future. +ports. Additional or different groups might be used in the future. This command is primarily useful for debugging Open vSwitch. OpenFlow does not have a concept of port groups. @@ -141,7 +142,7 @@ Creates datapath number 0. Adds two network devices to the new datapath. .PP -At this point one would ordinarily start \fBsecchan\fR(8) on +At this point one would ordinarily start \fBovs\-openflowd\fR(8) on \fBdp0\fR, transforming \fBdp0\fR into an OpenFlow switch. Then, when the switch and the datapath is no longer needed: @@ -155,6 +156,6 @@ Deletes the datapath. .SH "SEE ALSO" -.BR secchan (8), .BR ovs\-appctl (8), +.BR ovs\-openflowd (8), .BR ovs\-vswitchd (8)