| 
      
      
      From: cron2 (C. Review) <ge...@op...> - 2025-10-18 21:18:55
      
     | 
| Attention is currently required from: d12fk, flichtenheld, ordex, plaisthos. cron2 has posted comments on this change by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/1192?usp=email ) Change subject: Install host routes for ifconfig-push routes when DCO is enabled ...................................................................... Patch Set 11: Code-Review-2 (1 comment) Patchset: PS11: This is not working right yet. I am testing on FreeBSD/DCO, but the "do I need this route" logic should not make a difference. I've built a testbed to create `ifconfig-push` or `ifconfig-ipv6-push` at will (from the client side) and integrate that in t_client.sh - and noticed that I am always seeing IPv6 /128s added ``` /sbin/route -6 add -net fd00:abcd:114:2::1001/128 -iface tun0 -fib 0 ``` ... for a client that just got a pool address ``` # grep ^server tun-udp-p2mp/server.conf server 10.114.2.0 255.255.255.0 server-ipv6 fd00:abcd:114:2::/64 ``` will investigate more tomorrow, but maybe you can find it over night? ;-) -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/1192?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: I83295e00d1a756dfa44050b0a4493095fb050fff Gerrit-Change-Number: 1192 Gerrit-PatchSet: 11 Gerrit-Owner: plaisthos <arn...@rf...> Gerrit-Reviewer: cron2 <ge...@gr...> Gerrit-Reviewer: d12fk <he...@op...> Gerrit-Reviewer: flichtenheld <fr...@li...> Gerrit-Reviewer: ordex <an...@ma...> Gerrit-CC: openvpn-devel <ope...@li...> Gerrit-Attention: plaisthos <arn...@rf...> Gerrit-Attention: flichtenheld <fr...@li...> Gerrit-Attention: ordex <an...@ma...> Gerrit-Attention: d12fk <he...@op...> Gerrit-Comment-Date: Sat, 18 Oct 2025 21:18:40 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: Yes |