I need ip route add equalize (kernel 2.6.26+ ) to use a per-packet method of multiple default routes. Under this scenario (ip route add equalize) each packet entering the router will go out a different route.
it is possible to implement the MikroTik? since the linux-kernel supports this feature…
equalize — allow packet by packet randomization on multipath routes. Without this modifier route will be frozen to one selected nexthop, so that load splitting will occur only on per-flow base. Equalize works only if the appropriate kernel configuration option is chosen or if the kernel is patched.