Created
February 7, 2013 20:17
-
-
Save scottslowe/4733815 to your computer and use it in GitHub Desktop.
This RHEL/RHEL variant network startup script creates a LACP bond on 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="bond0" | |
ONBOOT="yes" | |
DEVICETYPE="ovs" | |
TYPE="OVSBond" | |
OVS_BRIDGE="ovsbr0" | |
BOOTPROTO="none" | |
BOND_IFACES="eth0 eth1" | |
OVS_OPTIONS="bond_mode=balance-tcp lacp=active" | |
HOTPLUG="no" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment