]> git.ipfire.org Git - thirdparty/openvpn.git/commit
make "ipv6 ifconfig" on linux compatible with busybox ifconfig
authorGert Doering <gert@greenie.muc.de>
Tue, 11 Sep 2012 11:56:55 +0000 (13:56 +0200)
committerDavid Sommerseth <davids@redhat.com>
Tue, 11 Sep 2012 17:00:12 +0000 (19:00 +0200)
commitcae102ae0c2ff934c456cd584cbf87a33cd95206
treeb8446a756f3f1f8cab1b3c53bc1ff92a556a0729
parent6dad4f8e924086333d32122432f316a17ae67987
make "ipv6 ifconfig" on linux compatible with busybox ifconfig

We used to call "ifconfig tun0 inet6 add...".  The "inet6" part is
optional,
and not understood by busybox.  So now we call "ifconfig tun0 add ...",
which works on all supported Linux variants.

Tested on Gentoo, RHEL5+, Debian Lenny & up.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1347364615-26878-1-git-send-email-gert@greenie.muc.de
URL: http://article.gmane.org/gmane.network.openvpn.devel/7052
Signed-off-by: David Sommerseth <davids@redhat.com>
src/openvpn/tun.c