ovs-vsctl set bridge

Examples

The following examples provide typical usage of the ovs-vsctl set bridge command.

Disabling In-Band Management

By default, remote in-band management is enabled on Open vSwitch. You can disable in-band management by setting the other-config parameter disable-in-band to true. And the configurations will apply in all the controllers in the bridge.

The following example disables in-band management of bridge br0:

admin@Switch$ovs-vsctl set bridge br0 other-config:disable-in-band=true

The following example enables in-band management of bridge br0:

admin@Switch$ovs-vsctl set bridge br0 other-config:disable-in-band=false

Copyright © 2024 Pica8 Inc. All Rights Reserved.