Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created November 27, 2012 18:42
Show Gist options
  • Save scottslowe/4156141 to your computer and use it in GitHub Desktop.
Save scottslowe/4156141 to your computer and use it in GitHub Desktop.
Commands to create an OVS patch port
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