diff options
author | Gert Doering <gert@greenie.muc.de> | 2012-06-10 17:41:29 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2012-06-13 12:20:01 +0200 |
commit | a9af3ca44e335716c1aab46d6702cf3530e3bb73 (patch) | |
tree | 8f66ea5cd037d59eabef78e72cda03e0f72f15ad /src/openvpn/tun.c | |
parent | 3204ac73ade94fdedbed87ab92e3adb28daada88 (diff) | |
download | openvpn-a9af3ca44e335716c1aab46d6702cf3530e3bb73.tar.gz openvpn-a9af3ca44e335716c1aab46d6702cf3530e3bb73.tar.xz openvpn-a9af3ca44e335716c1aab46d6702cf3530e3bb73.zip |
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 <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>
Diffstat (limited to 'src/openvpn/tun.c')
-rw-r--r-- | src/openvpn/tun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 6cef942..6218b73 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 |