From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] fixes for ipsec selftests Date: Fri, 22 Jun 2018 13:49:13 +0900 (KST) Message-ID: <20180622.134913.2049651808540037401.davem@davemloft.net> References: <1529473363-4036-1-git-send-email-shannon.nelson@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, anders.roxell@linaro.org To: shannon.nelson@oracle.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:44520 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbeFVEtS (ORCPT ); Fri, 22 Jun 2018 00:49:18 -0400 In-Reply-To: <1529473363-4036-1-git-send-email-shannon.nelson@oracle.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Shannon Nelson Date: Tue, 19 Jun 2018 22:42:41 -0700 > A couple of bad behaviors in the ipsec selftest were pointed out > by Anders Roxell and are addressed here. > > Shannon Nelson (2): > selftests: rtnetlink: hide complaint from terminated monitor > selftests: rtnetlink: use a local IP address for IPsec tests Series applied, but I wonder about patch #2. The idea is that we don't make modifications to the actual system networking configuration and therefore make changes that can't possibly disrupt connectivity for the system under test. Using a configured local IP address seems to subvert that.