RE: Routing loop attacks using IPv6 tunnels
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Routing loop attacks using IPv6 tunnels
Slight correction:
> if (dst == "*::0200:5efe:<my_ipv4_addr>")
> drop_pkt(); /* attack #3 mitigation */
should be:
if (dst == "<foreign_prefix>::0200:5efe:<my_ipv4_addr>")
drop_pkt(); /* attack #3 mitigation */
Fred
fred.l.templin at boeing.com
Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.