From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [RFC v1 1/3] udp_tunnel: add config option to bind to a device Date: Wed, 14 Nov 2018 17:07:03 +0100 Message-ID: References: <20181114093104.93286-1-abauvin@scaleway.com> <20181114093104.93286-2-abauvin@scaleway.com> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, akherbouche@scaleway.com To: Alexis Bauvin , dsa@cumulusnetworks.com, roopa@cumulusnetworks.com Return-path: Received: from mail-pg1-f178.google.com ([209.85.215.178]:36805 "EHLO mail-pg1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732367AbeKOCK4 (ORCPT ); Wed, 14 Nov 2018 21:10:56 -0500 Received: by mail-pg1-f178.google.com with SMTP id n2so391332pgm.3 for ; Wed, 14 Nov 2018 08:07:07 -0800 (PST) In-Reply-To: <20181114093104.93286-2-abauvin@scaleway.com> Content-Language: fr Sender: netdev-owner@vger.kernel.org List-ID: Le 14/11/2018 à 10:31, Alexis Bauvin a écrit : > 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 > Tested-by: Amine Kherbouche What is the difference with the previous version? Maybe a cover letter would help to track the history. Regards, Nicolas