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

2017-01-23 Thread David Miller
From: David Ahern Date: Fri, 20 Jan 2017 12:58:34 -0800 > MPLS multipath for LSR is broken -- always selecting the first nexthop > in the one label case. For example: > > $ ip -f mpls ro ls > 100 > nexthop as to 200 via inet 172.16.2.2 dev virt12 > nexthop as to

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

2017-01-20 Thread David Ahern
MPLS multipath for LSR is broken -- always selecting the first nexthop in the one label case. For example: $ 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 nexthop as to 20