From nobody Wed Nov 24 19:53:13 2021 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 55F6D189D267 for ; Wed, 24 Nov 2021 19:53:17 +0000 (UTC) (envelope-from driesm@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HzsBN3c5dz4p0l; Wed, 24 Nov 2021 19:53:16 +0000 (UTC) (envelope-from driesm@freebsd.org) Received: from [IPV6:2a02:1811:251a:d231:faac:65ff:fee1:267a] (ptr-8slu6gm7rqtjhb5xx16.18120a2.ip6.access.telenet.be [IPv6:2a02:1811:251a:d231:faac:65ff:fee1:267a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: driesm) by smtp.freebsd.org (Postfix) with ESMTPSA id 142EAFC4; Wed, 24 Nov 2021 19:53:15 +0000 (UTC) (envelope-from driesm@freebsd.org) Message-ID: <025d7286-5704-d125-fcb0-3bbfca7088fa@freebsd.org> Date: Wed, 24 Nov 2021 20:53:13 +0100 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Content-Language: en-US To: freebsd-net@freebsd.org Cc: tobias@strongswan.org From: Dries Michiels Subject: Strongswan: Virtual IPs on FreeBSD cannot set IPv6 addresses Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637783596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=okGGKbCuljAy+H1dONU4HstUQ4JJU0AXV0JJ7SYqNg0=; b=M/4Vpc+nk4dbZIGgHsX8qibN8yMvUpQnH4JS5CfIC+Vn6h9a9xtq+4J5Be/SJbJyfHyoeH gG6aS/Y+FZL6m9XHsIJlulNuQbb6/dEt3bXcZXPAGYyekfPsekr42cbZ5tUAlrovNvSlaF C260iY9jv3JhKZ3p8wPvtAzzbp2u34fUVPJH0zsyDlKGSEGqDb5MmCRDL17LuyM9K7Uubh 9HG8GzgJblKtCaq344EesYuqqjDN3IiwhjjGm+nylqI2ixVflSAIN5F1jlN011QRaYE2wk HNFZXag64iKJ3NuulwrCkSQPWGdlonCMtb3E+Q39DJzp41jtLmymG5sjw+QJjQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637783596; a=rsa-sha256; cv=none; b=Ezr9VZ8yVKEqkPA4m+ND328TJCR3JNZMkSMUN+mbAyG5Pxsvafx/RHUhI3fIq6nu8xbfqT iAia75tUPgKD4B0B9Sb1U4wj9/Fp6+QicfpjXH5YMEgx9ApLFMl6X8QLbHSKCqhddd4uqy heXKduL8B7Jbv4kPUom/en9nsdMy52KivI7X1GrCKtqENcemwAisCdbmh0xdNtbtf34q1s 4mwXq8hNyI3WuTcTcqGAYo1lCONthyLR1JR8SwnvsTOKHzWy2yQptWaPLMKv82ji5+qsye N0ZSt/BWxDFl+0MJN+7Cv/iEtMvnHp5yr4pa7TKI1uCelz7Vmw+xBtIsnSsZiA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N Hi net mailing list, Recently I have been trying patches form Tobias (CC-ed) to get virtual IPv6 working on FreeBSD (as roadwarrior client). Although at this point I couldn't help Tobias any further as the questions he has to getting this fixed are technical to our network stack. So I'd like to ask that someone familiar with IPsec / Strongswan could take a look at the following bug: https://wiki.strongswan.org/issues/3285 And more specific to Tobias his questions in the last reply as I am unable to answer those or test :). Dries