Re: [Openvpn-devel] [PATCH 2/2] PF: never drop essential ICMPv6 packets

2018-02-23 Thread fragmentux
Hi, any chance this can be moved forward ? I have tested a server on Windows 10 and Linux (Various) and it all appears to work ok. The question below appears to be an outstanding issue. Thanks On 02/12/17 16:49, Antonio Quartulli wrote: On 03/12/17 00:47, Arne Schwabe wrote: Am 02.12.17

Re: [Openvpn-devel] [PATCH 2/2] PF: never drop essential ICMPv6 packets

2017-12-02 Thread Antonio Quartulli
On 03/12/17 00:47, Arne Schwabe wrote: > Am 02.12.17 um 17:24 schrieb Antonio Quartulli: >> Some ICMPv6 packets can't be dropped otherwise the entire >> overlaying network layer (IPv6) would just stop working. >> >> Such packets are described in RFC4890, sec. 4.4.1. >> >> Improve the mroute packe

[Openvpn-devel] [PATCH 2/2] PF: never drop essential ICMPv6 packets

2017-12-02 Thread Antonio Quartulli
Some ICMPv6 packets can't be dropped otherwise the entire overlaying network layer (IPv6) would just stop working. Such packets are described in RFC4890, sec. 4.4.1. Improve the mroute packet parsing routine in order to detect these specific packets types and thus avoid PF to drop them. This way