Attention is currently required from: flichtenheld, plaisthos. razvanc has posted comments on this change by flichtenheld. ( http://gerrit.openvpn.net/c/openvpn/+/1767?usp=email )
Change subject: Convert Changes.rst to Markdown ...................................................................... Patch Set 1: (1 comment) Patchset: PS1: I suggest the following further edits to the .md file: ```diff diff --git a/Changes.md b/Changes.md --- a/Changes.md +++ b/Changes.md @@ -165,6 +165,8 @@ **PQE support for WolfSSL** +**New environment variables for gateway redirection** + Two new environment variables have been introduced to communicate desired default gateway redirection to plugins like Network Manager, `route_redirect_gateway_ipv4` and `route_redirect_gateway_ipv6`. See the @@ -256,13 +258,19 @@ this feature. This feature provided very limited statistics (number of users, link bytes read/written) and we do not except any usage because of this. +**Warning when using `--push` without `--mode server`** + Using `--push` in a mode that is not `--mode server` will now print a clear warning that this is an unsupported operation and might cause negotiation failures. +**Warning for `--reneg-bytes` and `--reneg-packets` in DCO mode** + `--reneg-bytes` and `--reneg-packets` do not work in DCO mode, and will now print an appropriate warning. +**On-connect resolving of `--remote` in `--tcp-server` mode removed** + On-connect resolving of `--remote` addresses in `--tcp-server` mode was not working since 2.4, so the code was completely removed. @@ -380,6 +388,8 @@ just allows OpenVPN to be run on a system that be configured OpenSSL in FIPS mode. +**`mlock` now checks available memlock-able memory** + `mlock` will now check if enough memlock-able memory has been reserved, and if less than 100MB RAM are available, use setrlimit() to upgrade the limit. See Trac #1390. Not available on OpenSolaris. @@ -872,6 +882,8 @@ to avoid client connections to IPv6-enabled servers leaking "around" the IPv4-only VPN. +**`--ifconfig-ipv6` and `--ifconfig-ipv6-push` accept hostnames** + `--ifconfig-ipv6` and `--ifconfig-ipv6-push` will now accept hostnames and do a DNS lookup to get the IPv6 address to use. @@ -1117,7 +1129,7 @@ **keying-material-exporter** -Keying Material Exporter \[RFC-5705\] allow additional keying material to be +Keying Material Exporter [RFC-5705] allow additional keying material to be derived from existing TLS channel. **Android platform support** ``` -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1767?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I8887fa7ccf407d727c2b59397000149e45487e13 Gerrit-Change-Number: 1767 Gerrit-PatchSet: 1 Gerrit-Owner: flichtenheld <[email protected]> Gerrit-Reviewer: plaisthos <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> Gerrit-CC: razvanc <[email protected]> Gerrit-Attention: plaisthos <[email protected]> Gerrit-Attention: flichtenheld <[email protected]> Gerrit-Comment-Date: Thu, 13 Aug 2026 18:27:54 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
