]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add tap driver initialization and ifconfig for AIX.
authorGert Doering <gd@medat.de>
Tue, 10 Jun 2014 14:04:31 +0000 (16:04 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 7 Jul 2014 17:53:38 +0000 (19:53 +0200)
commit7e1e7b46701214f7886af6b408d6954a6621be46
treee37570049a6b808e80bc140d14e000254bfed37c
parent42f13dc03c12805b994ea67fe77c9cb9dd55c10d
Add tap driver initialization and ifconfig for AIX.

AIX is special... ifconfig only works if it can add the data to
the ODM right away, so setup a local enviromnment set that has
"ODMDIR=/etc/objrepos" in it (hard-coded, nobody changes that).

Only --dev tap or --dev tapNN are supported right now.  AIX has no
tun driver (so tun mode would need to dynamically add/remove ethernet
headers to/from AIX).

Signed-off-by: Gert Doering <gd@medat.de>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <1402409073-54067216-3-git-send-email-gert@greenie.muc.de>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8788
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/tun.c