Re: [PATCH net] net: mpls: Fix multipath selection for LSR use case

2017-01-20 Thread David Miller
From: David Ahern Date: Thu, 19 Jan 2017 16:51:03 -0800 > MPLS multipath for LSR is broken -- always selecting the first nexthop > in the one label case. For example: ... David, this doesn't apply cleanly to the net tree, please respin. Thanks.

Re: [PATCH net] net: mpls: Fix multipath selection for LSR use case

2017-01-20 Thread Robert Shearman
On 20/01/17 00:51, David Ahern wrote: MPLS multipath for LSR is broken -- always selecting the first nexthop in the one label case. For example: $ ip netns exec ns1 ip -f mpls ro ls 100 nexthop as to 200 via inet 172.16.2.2 dev virt12 nexthop as to 300 via inet 1

[PATCH net] net: mpls: Fix multipath selection for LSR use case

2017-01-19 Thread David Ahern
MPLS multipath for LSR is broken -- always selecting the first nexthop in the one label case. For example: $ ip netns exec ns1 ip -f mpls ro ls 100 nexthop as to 200 via inet 172.16.2.2 dev virt12 nexthop as to 300 via inet 172.16.3.2 dev virt13 101