Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
modules="iproute2"
dns_domain_lo="example.com"
dns_servers_lo="8.8.8.8"
config_eth0="null"
config_eth1="null"
slaves_bond0="eth0 eth1"
config_bond0="null"
mode_bond0="balance-alb"
bridge_br0="bond0"
config_br0="null"
mtu_br0="9000"
brctl_br0="setfd 0 sethello 0 stp off"
rc_net_br0_need="net.bond0"
vlans_br0="3 4"
config_br0_3="null"
mtu_br0_3="9000"
rc_net_br0_3_need="net.br0"
config_br0_4="null"
mtu_br0_4="9000"
rc_net_br0_4_need="net.br0"
bridge_br3="br0.3"
config_br3="null"
mtu_br3="9000"
brctl_br3="setfd 0 sethello 0 stp off"
rc_net_br3_need="net.br0.3"
bridge_br4="br0.4"
config_br4="1.2.3.4 netmask 255.255.255.0 brd 1.2.3.555"
routes_br4="default via 1.2.3.1"
mtu_br4="9000"
brctl_br4="setfd 0 sethello 0 stp off"
rc_net_br4_need="net.br0.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment