From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from krantz.zx2c4.com (localhost [127.0.0.1]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id b4bd394c for ; Fri, 7 Sep 2018 01:29:12 +0000 (UTC) Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id c638bc55 for ; Fri, 7 Sep 2018 01:29:12 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ceb8691c for ; Fri, 7 Sep 2018 01:13:23 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 840fdd87 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Fri, 7 Sep 2018 01:13:23 +0000 (UTC) Received: by mail-oi0-f46.google.com with SMTP id p84-v6so24347335oic.4 for ; Thu, 06 Sep 2018 18:29:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Jason A. Donenfeld" Date: Thu, 6 Sep 2018 19:29:18 -0600 Message-ID: Subject: Re: Setting the transit namespace at runtime To: ju.orth@gmail.com Content-Type: text/plain; charset="UTF-8" Cc: WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Sep 6, 2018 at 2:43 PM Julian Orth wrote: > > Hi, > > After receiving some positive feedback on IRC, I've gone ahead and implemented > this. You can see the code here: > > https://github.com/mahkoh/wireguard/commits/transit-namespace Thanks for this. Not sure I'll accept it based on the issues I mentioned in the last email (though I am open to discussion to change minds about it), but either way, the proper way to get a review on the code here or on LKML is to submit it with `git format-patch --cover-letter` and `git send-email`. Jason