From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935206AbcKMUjU (ORCPT ); Sun, 13 Nov 2016 15:39:20 -0500 Received: from mail-it0-f52.google.com ([209.85.214.52]:34956 "EHLO mail-it0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933451AbcKMUjT (ORCPT ); Sun, 13 Nov 2016 15:39:19 -0500 Subject: Re: [PATCH] ip6_output: ensure flow saddr actually belongs to device To: "Jason A. Donenfeld" References: <20161113132347.17907-1-Jason@zx2c4.com> <405b2e79-854d-4c30-07b0-bd524137d2f6@cumulusnetworks.com> Cc: Netdev , WireGuard mailing list , LKML , YOSHIFUJI Hideaki , Hannes Frederic Sowa From: David Ahern Message-ID: <61deca9c-2518-1fbf-c2b4-11d410acc73a@cumulusnetworks.com> Date: Sun, 13 Nov 2016 13:39:15 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/13/16 1:19 PM, Jason A. Donenfeld wrote: > I gave v2 my best shot. Hopefully it's adequate, but I have a feeling > it might be best for you to just code up what you have in mind. nah, you are doing fine. one more comment on v2. From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH] ip6_output: ensure flow saddr actually belongs to device Date: Sun, 13 Nov 2016 13:39:15 -0700 Message-ID: <61deca9c-2518-1fbf-c2b4-11d410acc73a@cumulusnetworks.com> References: <20161113132347.17907-1-Jason@zx2c4.com> <405b2e79-854d-4c30-07b0-bd524137d2f6@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Netdev , Hannes Frederic Sowa , LKML , WireGuard mailing list , YOSHIFUJI Hideaki To: "Jason A. Donenfeld" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" List-Id: netdev.vger.kernel.org On 11/13/16 1:19 PM, Jason A. Donenfeld wrote: > I gave v2 my best shot. Hopefully it's adequate, but I have a feeling > it might be best for you to just code up what you have in mind. nah, you are doing fine. one more comment on v2. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: dsa@cumulusnetworks.com Received: from mail-it0-f52.google.com (mail-it0-f52.google.com [209.85.214.52]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id c8736c95 for ; Sun, 13 Nov 2016 20:36:48 +0000 (UTC) Received: by mail-it0-f52.google.com with SMTP id q124so64447226itd.1 for ; Sun, 13 Nov 2016 12:39:18 -0800 (PST) Return-Path: To: "Jason A. Donenfeld" References: <20161113132347.17907-1-Jason@zx2c4.com> <405b2e79-854d-4c30-07b0-bd524137d2f6@cumulusnetworks.com> From: David Ahern Message-ID: <61deca9c-2518-1fbf-c2b4-11d410acc73a@cumulusnetworks.com> Date: Sun, 13 Nov 2016 13:39:15 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Cc: Netdev , Hannes Frederic Sowa , LKML , WireGuard mailing list , YOSHIFUJI Hideaki Subject: Re: [WireGuard] [PATCH] ip6_output: ensure flow saddr actually belongs to device List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 11/13/16 1:19 PM, Jason A. Donenfeld wrote: > I gave v2 my best shot. Hopefully it's adequate, but I have a feeling > it might be best for you to just code up what you have in mind. nah, you are doing fine. one more comment on v2.