netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] added missing icmpv6 dest-unreach codes
@ 2015-08-20 10:36 Andreas Herz
  2015-09-14 16:26 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Herz @ 2015-08-20 10:36 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Andreas Herz

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-14 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).