]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove warning about "explicit support for IPv6 tun devices is not provided for this...
authorGert Doering <gert@greenie.muc.de>
Sun, 10 Jun 2012 15:41:29 +0000 (17:41 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 13 Jun 2012 10:20:01 +0000 (12:20 +0200)
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
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 <davids@redhat.com>
src/openvpn/tun.c

index 6cef94254a3588932ac762f9992ce6c0a78c1d5d..6218b7364d2e58a7505bc92eb55b72b2de1e7af3 100644 (file)
@@ -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