Created
February 7, 2013 20:13
-
-
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.
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
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