redmine

Uncommented LXC-ifaces-support code

Showing 1 changed file with 4 additions and 4 deletions
... ... @@ -583,10 +583,10 @@ case "$CMD" in
done
# ADDING LXC IFACES TO BRIDGES IF REQUIRED
# for LXCIF_N_BRIDGE in ${LXC_BRIDGE_SLAVES[@]}; do
# parse_vlan_subvlan_bridge "$LINE"
# brctl addif "$BRNAME" "$VLANNAME" 2>/dev/null
# done
for LXCIF_N_BRIDGE in ${LXC_BRIDGE_SLAVES[@]}; do
parse_vlan_subvlan_bridge "$LINE"
brctl addif "$BRNAME" "$VLANNAME" 2>/dev/null
done
;;
*)
... ...