Re: [Openvpn-devel] [PATCH v2] Implement block-ipv6

2017-11-12 Thread Arne Schwabe
Am 12.11.17 um 10:32 schrieb Antonio Quartulli: > Hi, > > On 12/11/17 00:07, Arne Schwabe wrote: >> This can be used to redirect all IPv6 traffic to the tun interface, >> effectively black holing the IPv6 traffic. Without ICMPv6 error messages >> this will result in timeouts when the server does

Re: [Openvpn-devel] [PATCH v2] Implement block-ipv6

2017-11-12 Thread Antonio Quartulli
Hi, On 12/11/17 00:07, Arne Schwabe wrote: > This can be used to redirect all IPv6 traffic to the tun interface, > effectively black holing the IPv6 traffic. Without ICMPv6 error messages this > will result in timeouts when the server does not send error codes. > block-ipv6 allows client side on

[Openvpn-devel] [PATCH v2] Implement block-ipv6

2017-11-11 Thread Arne Schwabe
This can be used to redirect all IPv6 traffic to the tun interface, effectively black holing the IPv6 traffic. Without ICMPv6 error messages this will result in timeouts when the server does not send error codes. block-ipv6 allows client side only blocking on all platforms that OpenVPN supports