[packages/openvpn] fix changing ipv6 settings with busybox's ifconfig
authorMirko Vogt <mirko@openwrt.org>
Tue, 11 Sep 2012 18:13:31 +0000 (18:13 +0000)
committerMirko Vogt <mirko@openwrt.org>
Tue, 11 Sep 2012 18:13:31 +0000 (18:13 +0000)
commita888f0801ee2e07bbec60596e3b77b00c8c07c8a
tree1cf13904fbcefb4e9cfb252f7c2cd8e4590e0a87
parent7c32b7b6ecde67578db708813058a172655ccc6b
[packages/openvpn] fix changing ipv6 settings with busybox's ifconfig

The OpenVPN call to busybox's ifconfig in order to change interface
configurations is incompatible when used in conjunction with IPv6.
Busybox's ifconfig doesn't know about the 'inet6' parameter,
so just skip it.
The new call is still compatible to the usual ifconfig provided by
the net-tools package.

Thanks to Gert Doering and Joachim Schlipper!

SVN-Revision: 33375
net/openvpn-devel/patches/000-busybox-ifconfig-ipv6-compatible.patch [new file with mode: 0644]