Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created February 7, 2013 20:17
Show Gist options
  • Save scottslowe/4733815 to your computer and use it in GitHub Desktop.
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.
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