Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created October 25, 2021 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EugenMayer/2a8329361fb2638203fc36561b665459 to your computer and use it in GitHub Desktop.
Save EugenMayer/2a8329361fb2638203fc36561b665459 to your computer and use it in GitHub Desktop.
```
(neutron-openvswitch-agent)[root@controller /]# ovs-vsctl list-ports br-lan
eth2
phy-br-lan
(neutron-openvswitch-agent)[root@controller /]# ovs-vsctl list-ports br-wan
eth3
phy-br-wan
```
```
(neutron-openvswitch-agent)[root@compute1 /]# ovs-vsctl list-ports br-lan
eth2
phy-br-lan
(neutron-openvswitch-agent)[root@compute1 /]# ovs-vsctl list-ports br-wan
eth3
phy-br-wan
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment