Re: [Openvpn-devel] [PATCH v3] **Android** note: tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Arne Schwabe
Am 12.06.18 um 11:29 schrieb Gert Doering: > Hi, > > another reply to the same mail, on purpose, to keep thoughts in > separate threads... > > On Tue, Jun 12, 2018 at 03:42:40PM +0800, Antonio Quartulli wrote: >> This change ensures that an interface is properly brought >> up even when only IPv6

Re: [Openvpn-devel] TAP-Windows MSI packages

2018-06-12 Thread Simon Rozman
Hi, After testing the MSI updating (installing newer MSI package over the previous one), I have found out that WiX driver installation custom action uninstalls the previous driver in RemoveExistingProducts pass, which effectively removes all existing TAP interfaces. Though it installs the new

Re: [Openvpn-devel] [PATCH v3] tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Gert Doering
Hi, On Tue, Jun 12, 2018 at 03:42:40PM +0800, Antonio Quartulli wrote: > This change ensures that an interface is properly brought > up even when only IPv6 settings are configured/pushed. And more review, this time for actual code :-) > +do_ifconfig_ipv6(struct tuntap *tt, const char *ifname,

Re: [Openvpn-devel] [PATCH v3] **Android** note: tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Arne Schwabe
Am 12.06.18 um 13:17 schrieb Gert Doering: > Hi, > > On Tue, Jun 12, 2018 at 12:14:27PM +0200, Arne Schwabe wrote: >>> The existing Android code is different from all the other platforms, >>> as it sends IPv6 info ("IFCONFIG6") *before* IPv4 info. >>> >>> Arne, do I have to assume that this is

Re: [Openvpn-devel] [PATCH v3] tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Gert Doering
HI, On Tue, Jun 12, 2018 at 03:42:40PM +0800, Antonio Quartulli wrote: > From: Antonio Quartulli > > This change ensures that an interface is properly brought > up even when only IPv6 settings are configured/pushed. > > At the same time, the do_ifconfig() function has been rearranged by >

Re: [Openvpn-devel] [PATCH v3] **Android** note: tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Gert Doering
Hi, On Tue, Jun 12, 2018 at 01:55:17PM +0200, Arne Schwabe wrote: > > ... but now I do seem to remember that you collect *all* information > > first (IFCONFIG* and ROUTE*), so it doesn't really matter in which order > > the "core" sends it... > > Yeah, I do. At the moment I think I need ifconfig

Re: [Openvpn-devel] [PATCH v3] **Android** note: tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Gert Doering
Hi, On Tue, Jun 12, 2018 at 12:14:27PM +0200, Arne Schwabe wrote: > > The existing Android code is different from all the other platforms, > > as it sends IPv6 info ("IFCONFIG6") *before* IPv4 info. > > > > Arne, do I have to assume that this is intentional, and your client will > > explode if

Re: [Openvpn-devel] [PATCH v3] **Android** note: tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Gert Doering
Hi, another reply to the same mail, on purpose, to keep thoughts in separate threads... On Tue, Jun 12, 2018 at 03:42:40PM +0800, Antonio Quartulli wrote: > This change ensures that an interface is properly brought > up even when only IPv6 settings are configured/pushed. > > At the same time,

[Openvpn-devel] [PATCH v3] tun: ensure interface can be configured with IPv6 only

2018-06-12 Thread Antonio Quartulli
From: Antonio Quartulli This change ensures that an interface is properly brought up even when only IPv6 settings are configured/pushed. At the same time, the do_ifconfig() function has been rearranged by splitting the logic into a v4 and a v6 specific part. Each part has then been moved into

Re: [Openvpn-devel] [PATCH v2 2/8] windows: properly configure TAP driver when no IPv4 is configured

2018-06-12 Thread Gert Doering
Hi, On Fri, Jun 08, 2018 at 01:20:11PM +0800, Antonio Quartulli wrote: > From: Antonio Quartulli > > Signed-off-by: Antonio Quartulli This commit message is a bit... thin. > check_add_routes_dowork(struct context *c) > { > -if (test_routes(c->c1.route_list, c->c1.tuntap)) > +/*

Re: [Openvpn-devel] interactive service docs

2018-06-12 Thread Selva Nair
Hi, On Mon, Jun 11, 2018 at 11:32 AM, Selva Nair wrote: > Hi > > On Mon, Jun 11, 2018 at 2:49 AM, Samuli Seppänen > wrote: > >> Hi, >> >> Trac has its own Wiki syntax which is somewhat similar to Mediawiki, but >> not at all the same. >> >> However, Trac supports RST natively: >> >> {{{#!rst