Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread Matthias Andree
On Fri, 24 Sep 2004, JuanJo Ciarlante wrote: > This README covers UDP/IPv6 ( --udp6 ) support for openvpn-2.0_beta11 > Also, with address family "generalization" changes came local AF_UNIX socket > support. Is there a use for AF_UNIX in a VPN driver? -- Matthias Andree Encrypted mail welcome:

Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread JuanJo Ciarlante
On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote: > On Fri, 24 Sep 2004, JuanJo Ciarlante wrote: > > > This README covers UDP/IPv6 ( --udp6 ) support for openvpn-2.0_beta11 > > Also, with address family "generalization" changes came local AF_UNIX socket > > support. > > Is there a

Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread JuanJo Ciarlante
On Fri, Sep 24, 2004 at 09:24:39AM -0300, JuanJo Ciarlante wrote: > On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote: > > Is there a use for AF_UNIX in a VPN driver? > > It stated in README file.. it allows the creation of local specialized > proxys that can take full advantage of

Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread James Yonan
Juanjo, Great work on the IPv6 support! I see there are still a few TODO items, and of course the OpenVPN project itself is in the transition zone between the end of the 2.0 beta series and the start of 2.0 release candidates, so I think it would make sense to hold off on merging your contributio

Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread James Yonan
On Fri, 24 Sep 2004, JuanJo Ciarlante wrote: > On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote: > > On Fri, 24 Sep 2004, JuanJo Ciarlante wrote: > > > > > This README covers UDP/IPv6 ( --udp6 ) support for openvpn-2.0_beta11 > > > Also, with address family "generalization" change

Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread JuanJo Ciarlante
On Fri, Sep 24, 2004 at 01:50:07PM -0600, James Yonan wrote: > Juanjo, > > Great work on the IPv6 support! Thanks, Jim ... > I see there are still a few TODO items, Indeed, some of them may require code flow changes, mainly because of: DNS may return A or records, iff we _require_ to spec

Re: [Openvpn-devel] [PATCH] UDPv6 support (UDP/IPv6)

2004-09-24 Thread JuanJo Ciarlante
On Fri, Sep 24, 2004 at 02:01:46PM -0600, James Yonan wrote: > > > On Fri, 24 Sep 2004, JuanJo Ciarlante wrote: > > > On Fri, Sep 24, 2004 at 10:39:59AM +0200, Matthias Andree wrote: > > > On Fri, 24 Sep 2004, JuanJo Ciarlante wrote: > > > > > > > This README covers UDP/IPv6 ( --udp6 ) support