Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created February 7, 2013 20:13
Show Gist options
  • Save scottslowe/4733780 to your computer and use it in GitHub Desktop.
Save scottslowe/4733780 to your computer and use it in GitHub Desktop.
This is an example of a RHEL/RHEL-variant network startup script that will automatically create an OVS bridge.
DEVICE="ovsbr0"
ONBOOT="yes"
DEVICETYPE="ovs"
TYPE="OVSBridge"
BOOTPROTO="none"
HOTPLUG="no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment