Created
August 20, 2015 13:18
-
-
Save icarocamelo/6e1ee6647eb22f7af004 to your computer and use it in GitHub Desktop.
sudo ovs-vsctl show
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
mininet@mininet-vm:~$ sudo ovs-vsctl show | |
987c42d0-eab0-43d9-a32b-4246973706c2 | |
Manager "ssl:10.0.1.6:6640" | |
Bridge "br1" | |
Port "br1" | |
Interface "br1" | |
type: internal | |
Bridge "s1" | |
Controller "ssl:10.0.1.6:6653" | |
fail_mode: secure | |
Port "s1-eth2" | |
Interface "s1-eth2" | |
Port "s1" | |
Interface "s1" | |
type: internal | |
Port "s1-eth1" | |
Interface "s1-eth1" | |
ovs_version: "1.10.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment