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)
commite9cd44a2b6a200947ef3eb2f2cef59ee74c3de83
tree0628fd5df17e65f46cb37b485a868d1fb13de0c4
parentd0e85f75134aa945546c76cf8615c52301f5d673
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]