Hello,
I have seen several other posts regarding this but never saw an answer. I know
the DV routing protocol uses equal cost multipath routing in a round robin
fashion. I would like it to be able to use "unequal" cost multipath routing in
a weighted round robin fashion (i.e. eventually I'd like to assign a percentage
of usage to each path). I have narrowed the code to be modified down to
~/tcl/rtglib/route-proto.tcl. I have put tons of debug in the rtObject
compute-routes code and can actually see where paths with higher costs actually
get removed (delete-routes) but don't know how or why. Has anyone ever
modified this compute-routes function to be able to utilize paths that have
different costs?
Thanks,
Nick