From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Andreas Herz <andi@geekosphere.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 1/1] added missing icmpv6 dest-unreach codes
Date: Mon, 14 Sep 2015 18:26:33 +0200 [thread overview]
Message-ID: <20150914162633.GA11905@salvia> (raw)
In-Reply-To: <1440066991-10979-1-git-send-email-andi@geekosphere.org>
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@geekosphere.org>
> ---
> 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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2015-09-14 16:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-20 10:36 [PATCH 1/1] added missing icmpv6 dest-unreach codes Andreas Herz
2015-09-14 16:26 ` Pablo Neira Ayuso [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150914162633.GA11905@salvia \
--to=pablo@netfilter.org \
--cc=andi@geekosphere.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).