[packages/openvpn] fix changing ipv6 settings with busybox's ifconfig
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Sep 2012 18:13:31 +0000 (18:13 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 11 Sep 2012 18:13:31 +0000 (18:13 +0000)
commitbb2c7bbd7ef363fd20670e2ce58282c264f8744c
tree1cf13904fbcefb4e9cfb252f7c2cd8e4590e0a87
parent3cdbdd0f53499e6a910e46de65b19fa6608181a2
[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!

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33375 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/openvpn-devel/patches/000-busybox-ifconfig-ipv6-compatible.patch [new file with mode: 0644]