Created
November 27, 2012 18:42
-
-
Save scottslowe/4156141 to your computer and use it in GitHub Desktop.
Commands to create an OVS patch port
This file contains hidden or 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
ovs-vsctl add-port <bridge name> <port name> | |
ovs-vsctl set interface <port name> type=patch | |
ovs-vsctl set interface <port name> options:peer=<peer name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment