Hi Samuel, I like the idea of patch https://community.openvpn.net/openvpn/attachment/ticket/230/patch, I think ifconfig_ipv6_pool_remote_ip is indeed useful - we use it in our production, too.
Here: void +setenv_in6_addr_t (struct env_set *es, const char *name_prefix, struct in6_addr *addr, const bool flags) +{ "flags" should have type "const unsigned int" instead of "const bool". Could you also rebase it on top of master - at the moment the first part of socket.c fails to apply. -Lev 2014-05-02 1:50 GMT+02:00 Samuel Thibault <samuel.thiba...@ens-lyon.org>: > David Sommerseth, le Fri 02 May 2014 01:39:05 +0200, a écrit : >> On 17/04/14 14:07, Lev Stipakov wrote: >> > Hello, >> > >> > Are there any plans to support ipv6 env vars in >> > client-connect/disconnect scripts? >> > >> > There are at least 2 tickes on that feature: >> > >> > https://community.openvpn.net/openvpn/ticket/230 >> > https://community.openvpn.net/openvpn/ticket/369 >> > >> > Is there anything that prevents merging any of suggested patches to >> > the master branch? >> >> I don't think I've seen these patches on the mailing list (I'm going through >> the list now). > > My patches were sent on 2013 May 24th on openvpn-devel. > > Samuel -- -Lev