From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] rtnetlink: remove check for IFLA_IF_NETNSID Date: Thu, 01 Feb 2018 10:10:17 -0500 (EST) Message-ID: <20180201.101017.2235446399504795866.davem@davemloft.net> References: <20180201115600.29334-1-christian.brauner@ubuntu.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jbenc@redhat.com, nicolas.dichtel@6wind.com To: christian.brauner@ubuntu.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:44348 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751516AbeBAPKS (ORCPT ); Thu, 1 Feb 2018 10:10:18 -0500 In-Reply-To: <20180201115600.29334-1-christian.brauner@ubuntu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Christian Brauner Date: Thu, 1 Feb 2018 12:56:00 +0100 > RTM_NEWLINK supports the IFLA_IF_NETNSID property since > 5bb8ed075428b71492734af66230aa0c07fcc515 so we should not error out > when it is passed. > > Signed-off-by: Christian Brauner Applied, thanks Christian.