I'm going to apply this. Thanks. Unlike other pending changes that are targeted to 4.3-rc, this doesn't require any kernel update. On Thu, Aug 20, 2015 at 12:36:31PM +0200, Andreas Herz wrote: > Signed-off-by: Andreas Herz <andi@xxxxxxxxxxxxxxx> > --- > extensions/libip6t_icmp6.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/extensions/libip6t_icmp6.c b/extensions/libip6t_icmp6.c > index 68b940b..e183ce6 100644 > --- a/extensions/libip6t_icmp6.c > +++ b/extensions/libip6t_icmp6.c > @@ -19,8 +19,11 @@ static const struct icmpv6_names icmpv6_codes[] = { > { "destination-unreachable", 1, 0, 0xFF }, > { "no-route", 1, 0, 0 }, > { "communication-prohibited", 1, 1, 1 }, > + { "beyond-scope", 1, 2, 2 }, > { "address-unreachable", 1, 3, 3 }, > { "port-unreachable", 1, 4, 4 }, > + { "failed-policy", 1, 5, 5 }, > + { "reject-route", 1, 6, 6 }, > > { "packet-too-big", 2, 0, 0xFF }, > > -- > 2.4.6 > > -- > To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html