Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
To list all of the ports within a bridge, use the ovs-vsctl list-ports command. The local bridge port is not included in the list.
Syntax
ovs-vsctl [options] list-ports bridge
Parameters
options | See the output of ovs-vsctl --help command, also reproduced here. |
bridge | Bridge name. |
Examples
The following example lists ports within the bridge br0:
admin@Switch$ovs-vsctl list-ports br0