diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 12:44:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 12:44:30 +0000 |
commit | c2170dd5e7f4a736a523534365975f3bf96a2190 (patch) | |
tree | 6d3446f72edd684b9b9be8c72e7469b3eed941ab /package/network | |
parent | 998e5ae688cafe0d74bf1a18b51ba9b5ae9fd9b4 (diff) | |
download | upstream-c2170dd5e7f4a736a523534365975f3bf96a2190.tar.gz upstream-c2170dd5e7f4a736a523534365975f3bf96a2190.tar.bz2 upstream-c2170dd5e7f4a736a523534365975f3bf96a2190.zip |
openvpn: enable ipv6 parameters
http://patchwork.openwrt.org/patch/4945/
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40931 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/openvpn/files/openvpn.init | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index 08832a086b..f3068f0bd3 100644 --- a/package/network/services/openvpn/files/openvpn.init +++ b/package/network/services/openvpn/files/openvpn.init @@ -113,7 +113,8 @@ start_instance() { route_metric route_up rport script_security secret server server_bridge setenv shaper sndbuf \ socks_proxy status status_version syslog tcp_queue_limit tls_auth \ tls_cipher tls_remote tls_timeout tls_verify tmp_dir topology tran_window \ - tun_mtu tun_mtu_extra txqueuelen user verb down push up + tun_mtu tun_mtu_extra txqueuelen user verb down push up \ + ifconfig_ipv6 route_ipv6 server_ipv6 ifconfig_ipv6_pool ifconfig_ipv6_push iroute_ipv6 openvpn_add_instance "$s" "/var/etc" "openvpn-$s.conf" } |