From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0859C433ED for ; Thu, 1 Apr 2021 16:27:50 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4569661382 for ; Thu, 1 Apr 2021 16:27:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4569661382 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=harz.behrens.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=wireguard-bounces@lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id e97da429; Thu, 1 Apr 2021 16:27:47 +0000 (UTC) Received: from post.behrens.de (post.behrens.de [2a01:170:1023::1:2]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 93e41db7 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Thu, 1 Apr 2021 16:27:44 +0000 (UTC) Received: from [IPv6:2a01:170:1023:0:f4eb:cc:1df:8f4a] ([IPv6:2a01:170:1023:0:f4eb:cc:1df:8f4a]) (authenticated bits=0) by post.behrens.de (8.16.1/8.16.1) with ESMTPSA(MSP) id 131GRgnx082017 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO cn=) for ; Thu, 1 Apr 2021 18:27:43 +0200 (CEST) (envelope-from frank@harz.behrens.de) Subject: Re: [PATCH] freebsd: Implement selection of FIB (routing table) for tunneled packets To: WireGuard mailing list References: <6aa0fd33-4c0d-557f-f7f5-5f5406b3a273@harz.behrens.de> <89952f1f-5296-7f87-9345-0f5c087ee3ae@harz.behrens.de> From: Frank Behrens Message-ID: <9a60aab2-788e-ba1d-96ac-cf6d08bf4bd1@harz.behrens.de> Date: Thu, 1 Apr 2021 18:27:43 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" Hello Jason! Am 31.03.2021 um 21:11 schrieb Jason A. Donenfeld: > Thanks for the patch. Does the line `so4->so_fibnum = so6->so_fibnum = > sc->sc_socket.so_fibnum;` also need to be changed too in initiation, > or is that one fine? Thanks for the pointer. That part has to be changed as well. I updated my branch. Kind regards, Frank -- Frank Behrens Osterwieck, Germany