ipw-configsample
540 Bytes
#
D1Q_IFACES=(bond0)
bond0_SLAVES=(eth0 eth1)
# 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
10.3:cps
10.4
50
12:
55
85
433
441
:cps.int
)
thor_ext_IP=(
"addr add 10.10.2.2/24"
"route add default gw 10.10.2.1"
)