summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_REJECT.t
Commit message (Collapse)AuthorAgeFilesLines
* added missing icmpv6 codes in REJECTAndreas Herz2015-09-291-0/+2
| | | | | | | | | | | | | | 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. Signed-off-by: Andreas Herz <andi@geekosphere.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* extensions: libip6t_REJECT: add unit testPablo Neira Ayuso2013-10-071-0/+9
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>