Re: [PATCH v3 net] net/ipv6: Handle onlink flag with multipath routes

2018-03-22 Thread David Miller
From: David Ahern Date: Tue, 20 Mar 2018 10:06:59 -0700 > For multipath routes the ONLINK flag can be specified per nexthop in > rtnh_flags or globally in rtm_flags. Update ip6_route_multipath_add > to consider the ONLINK setting coming from rtnh_flags. Each loop over > nexthops the config for th

[PATCH v3 net] net/ipv6: Handle onlink flag with multipath routes

2018-03-20 Thread David Ahern
For multipath routes the ONLINK flag can be specified per nexthop in rtnh_flags or globally in rtm_flags. Update ip6_route_multipath_add to consider the ONLINK setting coming from rtnh_flags. Each loop over nexthops the config for the sibling route is initialized to the global config and then per n