I'd like to know how to load balance two Business DLS links wich has fixed ip, something like that:
ip route add default scope global nexthop via gatewayDLS1 dev interface1 weight 1 nexthop via gatewayDLS2 dev interface2 weight 1
does this be all I need in order to get multipath routing? please, give me a more detailed answer if possible, thanks you.