On 7/23/18 4:33 AM, Petr Machata wrote:
> Support for device-only IPv6 multipath next hops was dropped in
> commit 33bd5ac54dc4 ("net/ipv6: Revert attempt to simplify route replace
> and append") and as of commit b5d2d75e079a ("net/ipv6: Do not allow
> device only routes via the multipath API"), attempts to add a next hop
> like that yield an explicit diagnostic.
>
> Correspondingly, drop the IPv6 parts of GRE multipath test that are
> supposed to test that code.
>
> Signed-off-by: Petr Machata <[email protected]>
> ---
> .../selftests/net/forwarding/gre_multipath.sh | 113
> ++-------------------
> 1 file changed, 6 insertions(+), 107 deletions(-)
Reviewed-by: David Ahern <[email protected]>
Thanks for following up.