openvpn: enable ipv6 parameters
authorJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:44:30 +0000 (12:44 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 12:44:30 +0000 (12:44 +0000)
http://patchwork.openwrt.org/patch/4945/

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40931

package/network/services/openvpn/files/openvpn.init

index 08832a086bd47197b49df104ae83dffdefa25008..f3068f0bd338fd8bd0ea6638220a2b4c09b76c43 100644 (file)
@@ -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"
 }