Nicolas Dichtel 51ebd31815 ipv6: add support of equal cost multipath (ECMP)
Each nexthop is added like a single route in the routing table. All routes
that have the same metric/weight and destination but not the same gateway
are considering as ECMP routes. They are linked together, through a list called
rt6i_siblings.

ECMP routes can be added in one shot, with RTA_MULTIPATH attribute or one after
the other (in both case, the flag NLM_F_EXCL should not be set).

The patch is based on a previous work from
Luc Saillard <luc.saillard@6wind.com>.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-10-23 02:38:32 -04:00
..
2012-08-31 16:14:33 -04:00
2012-07-19 10:48:00 -07:00
2012-10-04 15:53:48 -04:00
2012-10-09 13:57:23 -04:00
2012-10-21 22:21:27 -04:00
2012-09-17 13:00:13 -04:00
2012-09-26 21:10:25 -04:00