Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

To list all existing real and fake bridges, use the ovs-vsctl list-br command.

Syntax

ovs-vsctl [options] [--real | --fake] list-br

Parameters

optionsSee the output of ovs-vsctl --help command, also reproduced here.
--realList only real bridges.
--fakeList only fake bridges.

Examples

The following example lists bridges, where only a single real bridge br0 exists:

admin@Switch$ovs-vsctl list-br
br0
admin@Switch$ovs-vsctl --fake list-br
admin@Switch$ovs-vsctl --real list-br
br0
  • No labels