# D1Q_IFACES=(bond0 bond1) bond0_SLAVES=(eth0 eth1) bond1_SLAVES=(eth2) bond0_MODE=balance-rr # vlan.subvlan:bridge-name # if vlan.subvlan is set to "" then bridge is created without creating (and enslaving) the vlan interface # if bridge is set to "" then vlan interface is created without creating the bridge (to be enslaved by) # if bridge is not set then "vlan$VLAN.$SUBVLAN"/"vlan$VLAN" is used bond0_VLAN_N_BRIDGES=( 10.2:thor.ext #Is it works? 10.3:cps 10.4 10.5 50 12: 55 85 433 441 :cps.int ) bond1_VLAN_N_BRIDGES=( 441 :cps.int ) thor_ext_IP=( "addr add 10.10.2.2/24" "route add default via 10.10.2.1" ) vlan10_5_IP=( "addr add 10.10.5.0/24" )