From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] selftests: forwarding: gre_multipath: Drop IPv6 tests Date: Mon, 23 Jul 2018 09:47:05 -0700 (PDT) Message-ID: <20180723.094705.243995419064933020.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, shuah@kernel.org, idosch@mellanox.com, dsahern@gmail.com To: petrm@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:44782 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388261AbeGWRtK (ORCPT ); Mon, 23 Jul 2018 13:49:10 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Petr Machata Date: Mon, 23 Jul 2018 12:33:08 +0200 > 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 Applied, thank you.