Hi,

On 06/06/18 03:59, Gert Doering wrote:
[cut]
>> Here is the diff of what I did for the Windows build run:
>>
>> diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c
>> index 2e33880..75336a9 100644
>> --- a/src/openvpn/tun.c
>> +++ b/src/openvpn/tun.c
>> @@ -5824,9 +5824,9 @@ open_tun(const char *dev, const char *dev_type,
>> const char *dev_node, struct tun
>>
>>      if (tt->type == DEV_TYPE_TUN)
>>      {
>> -        if (!tt->did_ifconfig_setup)
>> +        if (!tt->did_ifconfig_setup && !tt->did_ifconfig_ipv6_setup)
>>          {
>> -            msg(M_FATAL, "ERROR: --dev tun also requires --ifconfig");
>> +            msg(M_WARN|M_INFO, "WARNING: neither ifconfig nor
>> ifconfig-ipv6 specified");
>>          }
> 
> Thanks.  This is easy enough to integrate...  Antonio, are you listening? ;-)
> 

Copy that!
I'll add this change in v2.


Cheers,


-- 
Antonio Quartulli

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to