]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: icmp6: added missing icmpv6 dest-unreach codes
authorAndreas Herz <andi@geekosphere.org>
Thu, 20 Aug 2015 10:36:31 +0000 (12:36 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Sep 2015 16:24:46 +0000 (18:24 +0200)
commit3de9e22ef018bd4f216bcead240c90c499cbb07c
tree1dc3a7c8fe12890b298d8d2c3e129c1632c4ba56
parent92dc4f6e0efeb55b1635790147b3dcac327f308f
extensions: icmp6: added missing icmpv6 dest-unreach codes

https://tools.ietf.org/html/rfc4443 says:

   ICMPv6 Fields:

   Type           1

   Code           0 - No route to destination
                  1 - Communication with destination
                        administratively prohibited
                  2 - Beyond scope of source address
                  3 - Address unreachable
                  4 - Port unreachable
                  5 - Source address failed ingress/egress policy
                  6 - Reject route to destination

Add missing code 2, 5 and 6.

Signed-off-by: Andreas Herz <andi@geekosphere.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/libip6t_icmp6.c