Re: [nft PATCH v2 1/2] proto: Add some exotic ICMPv6 types

2017-03-17 Thread Pablo Neira Ayuso
On Thu, Mar 16, 2017 at 01:43:20PM +0100, Phil Sutter wrote: > This adds support for matching on inverse ND messages as defined by > RFC3122 (not implemented in Linux) and MLDv2 as defined by RFC3810. > > Note that ICMPV6_MLD2_REPORT macro is defined in linux/icmpv6.h but > including that header l

[nft PATCH v2 1/2] proto: Add some exotic ICMPv6 types

2017-03-16 Thread Phil Sutter
This adds support for matching on inverse ND messages as defined by RFC3122 (not implemented in Linux) and MLDv2 as defined by RFC3810. Note that ICMPV6_MLD2_REPORT macro is defined in linux/icmpv6.h but including that header leads to conflicts with symbols defined in netinet/icmp6.h. In addition