[Openvpn-devel] [PATCH] dco: fix source IP selection

2025-01-15 Thread Qingfang Deng
When multihome option is enabled, OpenVPN passes ipi_addr to DCO, which is always 0.0.0.0. It should use ipi_spec_dst instead. When local option is present, OpenVPN does not pass it to DCO. As a result, Linux may pick a different IP as the source IP, breaking the connection. Signed-off-by: Qingfan

[Openvpn-devel] [S] Change in openvpn[master]: Fix some trivial sign-compare compiler warnings

2025-01-15 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/865?usp=email ) Change subject: Fix some trivial sign-compare compiler warnings .. Fix some trivial sign-compare compiler warnings Change-Id: I1918c43202b

[Openvpn-devel] [S] Change in openvpn[master]: Fix some trivial sign-compare compiler warnings

2025-01-15 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#4) to the change originally created by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/865?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: Fix some trivial sign-compare compiler warnings ...

[Openvpn-devel] [PATCH applied] Re: Fix some trivial sign-compare compiler warnings

2025-01-15 Thread Gert Doering
Stared at the changes (make sense), BB confirms that no platform takes offense either, so in it goes. Your patch has been applied to the master branch. commit 6d91eda5a120a4a18273d82fed6777b3efcce8cc Author: Frank Lichtenheld Date: Tue Jan 14 17:52:06 2025 +0100 Fix some trivial sign-comp

[Openvpn-devel] IRC community meeting summary

2025-01-15 Thread Johan Draaisma
Meeting summary for 15 January 2025: * *Updated: 2.6.x release* /Plan to start the 2.6.13 release process today with the assorted patches that are in release/2.6./ * *Updated: DCO Linux upstreaming* /Upstreaming DCO to Linux is proceeding, it is in review stage at the moment./ /

[Openvpn-devel] [S] Change in openvpn[master]: Add more "intentional fallthrough" comments

2025-01-15 Thread flichtenheld (Code Review)
Attention is currently required from: plaisthos. Hello plaisthos, I'd like you to reexamine a change. Please visit http://gerrit.openvpn.net/c/openvpn/+/864?usp=email to look at the new patch set (#3). Change subject: Add more "intentional fallthrough" comments ...