]> git.ipfire.org Git - thirdparty/openvpn.git/commit
repair tap mode on OpenSolaris/OpenIndiana
authorGert Doering <gert@greenie.muc.de>
Wed, 9 Oct 2019 09:51:59 +0000 (11:51 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 9 Oct 2019 11:42:01 +0000 (13:42 +0200)
commitcc132d695609973d80b2edbc4cc654d95d72dde7
tree596c18d7f403767c9621c5cbffe2544372a5b663
parent4431d0903d4e23ef01a5582960990b77e9522ab2
repair tap mode on OpenSolaris/OpenIndiana

commit 611fcbc48 joined the two distinct calls for "add ipv6 address
to tap interface" and "set MTU" for Solaris - but due to peculiarities
on how this platform handles IPv6 addresses ("ifconfig addif" creates
a new "tap0:1" subinterface with the new address - which does not have
a distinct MTU) this does not work.

un-join calls again.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20191009095200.9337-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18905.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/tun.c