Skip to content
Commit 1afe839e authored by Andreas Herz's avatar Andreas Herz Committed by Pablo Neira Ayuso
Browse files

netfilter: ip6t_REJECT: added missing icmpv6 codes



RFC 4443 added two new codes values for ICMPv6 type 1:

 5 - Source address failed ingress/egress policy
 6 - Reject route to destination

And RFC 7084 states in L-14 that IPv6 Router MUST send ICMPv6 Destination
Unreachable with code 5 for packets forwarded to it that use an address
from a prefix that has been invalidated.

Codes 5 and 6 are more informative subsets of code 1.

Signed-off-by: default avatarAndreas Herz <andi@geekosphere.org>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 116984a3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment