|
NAMEovs-kmod-ctl - OVS startup helper script for loading kernel modulesSYNOPSISovs-kmod-ctl insertovs-kmod-ctl remove ovs-kmod-ctl help | -h | --help ovs-kmod-ctl --version ovs-kmod-ctl version DESCRIPTIONThe ovs-kmod-ctl program is responsible for inserting and removing Open vSwitch kernel modules. It is not meant to be invoked directly by system administrators but to be called internally by system startup scripts. The script is used as part of an SELinux transition domain.Each of ovs-kmod-ctl's commands is described separately below. The ``insert'' commandThe insert command loads the Open vSwitch kernel modules, if needed. If this fails, and the Linux bridge module is loaded but no bridges exist, it tries to unload the bridge module and tries loading the Open vSwitch kernel module again.The ``remove'' commandThe remove command unloads the Open vSwitch kernel module (including the bridge compatibility module, if loaded) and any associated vport modules.EXIT STATUSovs-kmod-ctl exits with status 0 on success and nonzero on failure. The insert command is considered to succeed if kernel modules are already loaded; the remove command is considered to succeed if none of the kernel modules are loaded.ENVIRONMENTThe following environment variables affect ovs-kmod-ctl:
FILESovs-kmod-ctl uses the following files:
EXAMPLEovs-kmod-ctl isn't intended to be manually executed. However, the following examples demonstrate loading the kernel modules.
SEE ALSOREADME.rst, ovs-ctl(8)
Visit the GSP FreeBSD Man Page Interface. |