From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net-next] selftests: forwarding: gre_multipath: Drop IPv6 tests Date: Mon, 23 Jul 2018 06:47:25 -0600 Message-ID: <91178516-49f9-82c5-8a29-d130254e0de1@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: davem@davemloft.net, shuah@kernel.org, idosch@mellanox.com To: Petr Machata , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org Return-path: Received: from mail-pg1-f193.google.com ([209.85.215.193]:44146 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388281AbeGWNsb (ORCPT ); Mon, 23 Jul 2018 09:48:31 -0400 In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: 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 > --- > .../selftests/net/forwarding/gre_multipath.sh | 113 ++------------------- > 1 file changed, 6 insertions(+), 107 deletions(-) Reviewed-by: David Ahern Thanks for following up.