From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v6 1/4] udp_tunnel: add config option to bind to a device Date: Fri, 30 Nov 2018 13:15:37 -0800 (PST) Message-ID: <20181130.131537.2038374142327178570.davem@davemloft.net> References: <20181127130545.54356-1-abauvin@scaleway.com> <20181127130545.54356-2-abauvin@scaleway.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dsa@cumulusnetworks.com, roopa@cumulusnetworks.com, stephen@networkplumber.org, netdev@vger.kernel.org, akherbouche@scaleway.com To: abauvin@scaleway.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:59908 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725749AbeLAI0N (ORCPT ); Sat, 1 Dec 2018 03:26:13 -0500 In-Reply-To: <20181127130545.54356-2-abauvin@scaleway.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Alexis Bauvin Date: Tue, 27 Nov 2018 14:05:42 +0100 > UDP tunnel sockets are always opened unbound to a specific device. This > patch allow the socket to be bound on a custom device, which > incidentally makes UDP tunnels VRF-aware if binding to an l3mdev. > > Signed-off-by: Alexis Bauvin > Reviewed-by: Amine Kherbouche > Reviewed-by: David Ahern > Tested-by: Amine Kherbouche Please address Sabrina's feedback and respin this series. Thanks.