ovsvsctl
ovsvsctl is commonly a misspelling of ovs-vsctl, the command-line utility used to manage Open vSwitch configurations via the OVS Database (OVSDB). ovs-vsctl is the primary interface for querying and updating the state of Open vSwitch components such as bridges, ports, interfaces, controllers, and other objects. It operates against a running ovsdb-server that stores the configuration and health data for the Open vSwitch datapath.
Typical capabilities include creating and deleting bridges (add-br, del-br), adding or removing ports from bridges (add-port,
In practice, ovs-vsctl is used to configure virtual networking in virtualization platforms, cloud environments, and container
Notes: The official and widely used form is ovs-vsctl; references to ovsvsctl typically point to the same