Attention is currently required from: plaisthos. d12fk has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/1191?usp=email )
Change subject: Allow route_ipv6_match_host to be used outside of route.c ...................................................................... Patch Set 1: (2 comments) File src/openvpn/route.c: http://gerrit.openvpn.net/c/openvpn/+/1191/comment/1b0d244a_0432b565 : PS1, Line 719: route_ipv6_match_host(const struct in6_addr *network, unsigned int bits, const struct in6_addr *host) The name is somewhat outdated with the new signature of the function. Maybe something like `ipv6_net_contains_host` would fit better now. http://gerrit.openvpn.net/c/openvpn/+/1191/comment/b5f1c14b_74c1e681 : PS1, Line 726: int i = 0; Don't have to initialize i as it is done in the loop. -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1191?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: Ief1495b52ea81cac35d78e40264372d3869423f1 Gerrit-Change-Number: 1191 Gerrit-PatchSet: 1 Gerrit-Owner: plaisthos <[email protected]> Gerrit-Reviewer: flichtenheld <[email protected]> Gerrit-CC: d12fk <[email protected]> Gerrit-CC: openvpn-devel <[email protected]> Gerrit-Attention: plaisthos <[email protected]> Gerrit-Comment-Date: Tue, 16 Sep 2025 12:12:28 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
_______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
