X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=utilities%2Fovs-ctl.8;h=0e4116206a92d4f81a720597bfed9d454f3c6af1;hb=20d035b27559fe3823a09d72293c81281d3516c4;hp=8d8088adf58c5d88dd315cb72f897b0fd2933249;hpb=9fc47ed759a82391070dfbda0e06592eb0a18391;p=openvswitch diff --git a/utilities/ovs-ctl.8 b/utilities/ovs-ctl.8 index 8d8088ad..0e411620 100644 --- a/utilities/ovs-ctl.8 +++ b/utilities/ovs-ctl.8 @@ -27,6 +27,10 @@ ovs\-ctl \- OVS startup helper script \fBovs\-ctl version .br \fBovs\-ctl +[\fIoptions\fR] +\fBload\-kmod\fR +.br +\fBovs\-ctl \fB\-\-system\-id=random\fR|\fIuuid\fR [\fIoptions\fR] \fBforce\-reload\-kmod\fR @@ -263,6 +267,20 @@ have to be restarted after completing the above procedure. \fBforce\-kmod\-reload\fR internally stops and starts OVS, so it accepts all of the options accepted by the \fBstart\fR command. . +.SH "The ``load\-kmod'' command" +. +.PP +The \fBload\-kmod\fR command loads the openvswitch kernel modules if +they are not already loaded. This operation also occurs as part of +the \fBstart\fR command. The motivation for providing the \fBload\-kmod\fR +command is to allow errors when loading modules to be handled separatetly +from other errors that may occur when running the \fBstart\fR command. +. +.PP +By default the \fBload\-kmod\fR command attempts to load the +openvswitch_mod kernel module. If the \fB\-\-brcompat\fR option is +specified then the brcompat_mod kernel module is also loaded. +. .SH "The ``enable\-protocol'' command" . .PP