From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexis Bauvin Subject: Re: [RFC v1 1/3] udp_tunnel: add config option to bind to a device Date: Wed, 14 Nov 2018 18:22:17 +0100 Message-ID: References: <20181114093104.93286-1-abauvin@scaleway.com> <20181114093104.93286-2-abauvin@scaleway.com> Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Cc: netdev@vger.kernel.org, akherbouche@scaleway.com To: nicolas.dichtel@6wind.com, dsa@cumulusnetworks.com, roopa@cumulusnetworks.com Return-path: Received: from mail.online.net ([62.210.16.11]:48314 "EHLO mail.online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727972AbeKODfd (ORCPT ); Wed, 14 Nov 2018 22:35:33 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Le 14 nov. 2018 à 17:07, Nicolas Dichtel a écrit : > 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. Unless a mistake from my side, you should have received the cover letter in the previous email. The previous version had a typo in the commit log of the third patch of this patch set. > Regards, > Nicolas Regards, Alexis