Created
October 25, 2021 06:00
-
-
Save EugenMayer/2a8329361fb2638203fc36561b665459 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
(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