Re: [PATCH net-next] net: ipv6: Keep nexthop of multipath route on admin down

2017-01-19 Thread David Miller
From: David Ahern Date: Wed, 18 Jan 2017 07:40:36 -0800 > IPv6 deletes route entries associated with multipath routes on an > admin down where IPv4 does not. For example: ... > Signed-off-by: David Ahern Seems reasonable, applied, thanks

[PATCH net-next] net: ipv6: Keep nexthop of multipath route on admin down

2017-01-18 Thread David Ahern
IPv6 deletes route entries associated with multipath routes on an admin down where IPv4 does not. For example: $ ip ro ls vrf red unreachable default metric 8192 1.1.1.0/24 metric 64 nexthop via 10.100.1.254 dev eth1 weight 1 nexthop via 10.100.2.254 dev eth2