IPv6 directives explicitly dropped for OpenVPN clients

Issue #268 resolved
Kilian created an issue

It looks like IPv6 directives are explicitly ignored in generated OpenVPN client configurations:

pull-filter ignore "ifconfig-ipv6"
pull-filter ignore "route-ipv6"

The code that’s generating those config files has a comment “ IPv6 currently not supported “:
https://bitbucket.org/pedro311/freshtomato-arm/src/arm-master/release/src-rt-6.x.4708/router/rc/openvpn.c#lines-577:578

Yet, other parts of that file take care of configuring firewall rules for IPv6, so that seems odd.

Is there a reason for those “ignore” directives? Would it be possible to remove them to enable OpenVPN clients to properly receive IPv6 addresses?

Thanks!

Comments (2)

  1. Log in to comment