Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created November 27, 2012 18:46
Show Gist options
  • Save scottslowe/4156175 to your computer and use it in GitHub Desktop.
Save scottslowe/4156175 to your computer and use it in GitHub Desktop.
OVS configuration with bridges connected via patch ports
Bridge "ovsbr2"
Port "ovsbr2"
Interface "ovsbr2"
type: internal
Port "patch2-0"
Interface "patch2-0"
type: patch
options: {peer="patch0-2"}
Bridge "ovsbr0"
Port "bond0"
Interface "eth0"
Interface "eth2"
Port "patch0-2"
Interface "patch0-2"
type: patch
options: {peer="patch2-0"}
Port "ovsbr0"
Interface "ovsbr0"
type: internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment