Home
last modified time | relevance | path

Searched hist:"51 ebd3181572af8d5076808dab2682d800f6da5d" (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dip6_fib.hdiff 51ebd3181572af8d5076808dab2682d800f6da5d Sun Oct 21 22:42:09 CDT 2012 Nicolas Dichtel <nicolas.dichtel@6wind.com> 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>
/openbmc/linux/net/ipv6/
H A Dip6_fib.cdiff 51ebd3181572af8d5076808dab2682d800f6da5d Sun Oct 21 22:42:09 CDT 2012 Nicolas Dichtel <nicolas.dichtel@6wind.com> 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>
H A Droute.cdiff 51ebd3181572af8d5076808dab2682d800f6da5d Sun Oct 21 22:42:09 CDT 2012 Nicolas Dichtel <nicolas.dichtel@6wind.com> 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>