From: Gert Doering Date: Sun, 10 Jun 2012 15:41:29 +0000 (+0200) Subject: Remove warning about "explicit support for IPv6 tun devices is not provided for this... X-Git-Tag: v2.3_alpha2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9af3ca44e335716c1aab46d6702cf3530e3bb73;p=thirdparty%2Fopenvpn.git Remove warning about "explicit support for IPv6 tun devices is not provided for this OS" for MacOS X (because it *is*). Signed-off-by: Gert Doering Acked-by: David Sommerseth Message-Id: 1339342891-28443-4-git-send-email-gert@greenie.muc.de URL: http://article.gmane.org/gmane.network.openvpn.devel/6716 Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 6cef94254..6218b7364 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -2466,7 +2466,7 @@ read_tun (struct tuntap* tt, uint8_t *buf, int len) void open_tun (const char *dev, const char *dev_type, const char *dev_node, struct tuntap *tt) { - open_tun_generic (dev, dev_type, dev_node, false, true, tt); + open_tun_generic (dev, dev_type, dev_node, true, true, tt); } void