Network Working Group M. Eubanks Internet-Draft AmericaFree.TV LLC Updates: 2460 (if approved) P. Chimento Intended status: Standards Track Johns Hopkins University Applied Expires:April 25,June 14, 2013 Physics Laboratory M. Westerlund EricssonOctober 22,December 11, 2012 IPv6 and UDP Checksums for Tunneled Packetsdraft-ietf-6man-udpchecksums-05draft-ietf-6man-udpchecksums-06 Abstract This document provides an update of the Internet Protocol version 6 (IPv6) specification (RFC2460) to improve the performanceof IPv6in the use case when a tunnel protocol uses UDP with IPv6 to tunnel packets. The performance improvement is obtained by relaxing the IPv6 UDP checksum requirement for suitable tunneling protocol where header information is protected on the "inner" packet being carried. This relaxation removes the overhead associated with the computation of UDP checksums on IPv6 packets used to carry tunnelprotocols and thereby improves the efficiency of the traversal of firewalls and other network middleboxes by suchprotocols.We describeThe specification describes how the IPv6 UDP checksum requirement can be relaxedinfor the situation where the encapsulated packet itself contains achecksum, thechecksum. The limitations and risks of thisapproach,approach are described, anddefinerestrictions specified on the use ofthis relaxation to mitigate these risks.the method. Status of this Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire onApril 25,June 14, 2013. Copyright Notice Copyright (c) 2012 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Some Terminology . . . . . . . . . . . . . . . . . . . . . . . 4 2.1. Requirements Language . . . . . . . . . . . . . . . . . . 4 3. Problem Statement . . . . . . . . . . . . . . . . . . . . . . 4 4. Discussion . . . . . . . . . . . . . . . . . . . . . . . . . . 4 4.1. Analysis of Corruption in Tunnel Context . . . . . . . . . 5 4.2. Limitation to Tunnel Protocols . . . . . . . . . . . . . . 7 4.3. Middleboxes . . . . . . . . . . . . . . . . . . . . . . . 8 5. The Zero-Checksum Update . . . . . . . . . . . . . . . . . . .78 6. Additional Observations . . . . . . . . . . . . . . . . . . .89 7. IANA Considerations . . . . . . . . . . . . . . . . . . . . .810 8. Security Considerations . . . . . . . . . . . . . . . . . . .910 9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . .910 10. References . . . . . . . . . . . . . . . . . . . . . . . . . .911 10.1. Normative References . . . . . . . . . . . . . . . . . . .911 10.2. Informative References . . . . . . . . . . . . . . . . . .911 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . .1011 1. Introduction This work constitutes an update of the Internet Protocol Version 6 (IPv6) Specification [RFC2460], in the use case when a tunnel protocol uses UDP with IPv6 to tunnel packets. With the rapid growth of the Internet, tunneling protocols have become increasingly important to enable the deployment of new protocols. Tunneled protocols can be deployed rapidly, while the time to upgrade and deploy a critical mass of routers,switchesmiddleboxes andendhosts on the global Internet for a new protocol is now measured in decades. At the same time, the increasing use of firewalls and othersecuritysecurity- related middleboxes means that truly new tunnel protocols, with new protocol numbers, are also unlikely to be deployable in a reasonable time frame, which has resulted in an increasing interest in and use of UDP-based tunneling protocols. In such protocols, there is an encapsulated "inner" packet, and the "outer" packet carrying the tunneled inner packet is a UDP packet, which can pass through firewalls and other middleboxes that perform filtering that is a fact of life on the current Internet. Tunnel endpoints may be routers or middleboxes aggregating traffic from alargenumber of tunnel users, therefore the computation of an additional checksum on the outer UDP packet, may be seen as an unwarranted burden on nodes that implement a tunneling protocol, especially if the inner packet(s) are already protected by a checksum. In IPv4, there is a checksumonover the IP packetitself,header, and the checksum on the outer UDP packetcanmay be set to zero. However in IPv6 there isnot ano checksumonin the IPpacketheader and RFC 2460 [RFC2460] explicitly states that IPv6 receivers MUST discard UDP packets with a zero checksum. So, while sending a UDPpacketdatagram with a zero checksum is permitted in IPv4 packets, it is explicitly forbidden in IPv6 packets. To improve support for IPv6 UDP tunnels, this document updates RFC 2460 to allowtunnelendpoints to use a zero UDP checksum under constrained situations(IPv6(primarily IPv6 tunnel transports that carry checksum-protected packets), following theconsiderationsapplicability statements and constraints in [I-D.ietf-6man-udpzero]. Unicast UDP Usage Guidelines for Application Designers [RFC5405] should be consulted when reading this specification. It discusses both UDP tunnels (Section 3.1.3) and the usage ofChecksumschecksums (Section 3.4). While the origin of this specification is the problem raised by the draft titled "Automatic IP Multicast Without Explicit Tunnels", also known as "AMT," [I-D.ietf-mboned-auto-multicast] we expect it to have wide applicability. Since the first version of this document, the need for an efficient UDP tunneling mechanism has increased. Other IETF Working Groups, notably LISP [I-D.ietf-lisp] and Softwires [RFC5619] have expressed a need to update the UDP checksum processing in RFC 2460. We therefore expect this update to be applicable in future to other tunneling protocols specified by these and other IETF Working Groups. 2. Some TerminologyFor the remainder of this document, we discussThis document discusses only IPv6, since this problem does not exist for IPv4. Therefore all reference to 'IP' should be understood as a reference to IPv6. The document uses the terms "tunneling" and "tunneled" as adjectives when describing packets. When we refer to 'tunneling packets' we refer to the outer packet header that provides the tunneling function. When we refer to 'tunneled packets' we refer to the inner packet, i.e., the packet being carried in the tunnel. 2.1. Requirements Language The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119]. 3. Problem StatementThis document provides an update for the case where aWhen using tunnelprotocol transports tunneled packets that already have a transport header with a checksum. There isprotocols based on UDP, there can be both a benefit and a cost to computing and checking the UDP checksum of the outer (encapsulating) UDP transport header. In certain cases, where reducing the forwarding cost is important, such as forsystemsnodes that perform thecheckchecksum in software, where the cost may outweigh thebenefit; thisbenefit. This documentdescribes a means to avoid that cost. In the case where there isprovides aninner headerupdate for usage of the UDP checksum with IPv6. The update is specified for use by a tunnel protocol that transports packets that are themselves protected by a checksum. 4. Discussion Applicability Statement for the use of IPv6 UDPChecksum ConsiderationsDatagrams with Zero Checksums [I-D.ietf-6man-udpzero] describestheissues related to allowing UDP over IPv6 to have a validchecksum ofzero UDP checksum and isnot repeated here.the starting point for this discussion. Section54 and65 of [I-D.ietf-6man-udpzero],identifiesrespectively identify node implementation andinner protocolusage requirementsrespectively thatfor datagrams sent and received with a zero UDP checksum. These introduce constraints on the usage of a zero checksum for UDP over IPv6.This document is intended to satisfy these requirements. [I-D.ietf-6man-udpzero] and mailing list discussions have noted there is still the possibilityThe remainder ofdeep-inspection firewall devices or other middleboxes checkingthis section analyses theUDP checksum fielduse ofthe outer packetgeneral tunnels andthereby discarding the tunneling packets. This would be an issue also for any legacy IPv6 system that has not implemented this updatemotivates why tunnel protocols are being permitted to use theIPv6 specification. Inmethod described in thiscase,update. Issues with middleboxes are also discussed. 4.1. Analysis of Corruption in Tunnel Context This section analyzes the impact of the different corruption modes in thesystem (accordingcontext of a tunnel protocol. It indicates what needs toRFC 2460) will discardbe considered by thezero-checksum UDP packets,designer andshould log this as an error. The points below discuss how path errors canuser of a tunnel protocol to bedetected and handled in anrobust. It also summarizes why use of a zero UDPtunneling protocol when thechecksumprotectionisdisabled. Note that other (non-tunneling) protocols may have different approaches, but these are not the topic of this update. We propose the following approach to handle this problem:thought safe for deployment. o Context (i.e. tunneling state) should be establishedviaby exchanging application Protocol Data Units (PDUs)that arecarried in checksummed UDPpackets. That is, any control packets flowing between the tunnel endpoints should be protecteddatagrams or byUDP checksums. Theother protocols with integrity protection against corruption. These control packetscanshould alsocontaincarry any negotiation required to enable theendpoint/adapterstunnel endpoint to accept UDPpacketsdatagrams with a zerochecksum. The control packets may also carry any negotiation required to enable the endpoint/adapters tochecksum and identify the set of ports thatneedare used. It is important that the control traffic is robust against corruption because undetected errors can lead toenable reception of UDPlong- lived and significant failures that affect not only the single packet that was corrupted. o Keep-alive datagrams with a zerochecksum. o A system never sets theUDP checksumto zero in packets that do not contain tunneled packets. o UDP keep-alive packets with checksum zero can be sentshould be sent to validatepaths, given that pathsthe network path, because the path between tunnel endpoints can change andsotherefore the set of middleboxesinalong the path mayvarychange during the life ofthean association. Paths with middleboxes thatare intolerant ofdrop datagrams with a zero UDP checksumof zerowill drop these keep-alives. To enable thekeep-alives and thetunnel endpointswillto discoverthat. Note thatand react to thisneed only be done per tunnel endpoint pair, not per tunnel context. Keep-alivebehavior in a timely way, the keep-alive trafficcanshould includeboth packetsdatagrams withtunnel checksumsboth a non-zero checksum andpacketsones withchecksums equal toa zeroto enable the remote end to distinguish between path failures and the blockage of packets with checksum equal to zero.checksum. o Corruption of the address information in an encapsulating packets, i.e. IPv6 source address, destination address and/or the UDP source port, and destination portfields : If the restrictions in [I-D.ietf-6man-udpzero] are followed,fields. A robust tunnel protocol should track tunnel context based on theinner packets (tunneled packets) will be protected and run5-tuple, i.e. theusual (presumably small) risk of having undetected corruption(s). If tunnelingprotocolcontexts contain (at a minimum) sourceanddestination IP addressesboth the address and port for both the source anddestination ports, there are 16 possible corruption outcomes. We notedestination. A corrupted datagram thatthese outcomes are not equally likely. The possible corruption outcomes may be: * Half of the 16 possible corruption combinations havearrives at acorrupteddestinationaddress.may be filtered based on this check. * If theincorrect destination is reached anddatagram header matches thenode doesn't have an application for5-tuple with a zero checksum enabled, thedestination port,payload is matched to the wrong context. The tunneled packet will then bedropped. Ifdecapsulated and forwarded by theapplication attunnel egress. * If a corrupted datagram matches a different 5-tuple with a zero checksum enabled, theincorrect destinationpayload is matched to thesame tunneling protocolwrong context, and may be processed by the wrong tunneling protocol, if ithaspasses the verification of that protocol. * If amatching context (which can be assumed to becorrupted datagram matches avery low probability event) the inner packet5-tuple that does not have a zero checksum enabled, it will bedecapsulated and forwarded. Application developers can verifydiscarded. When only thecontext ofsource information is corrupted, thepackets they receive using UDP, as described in [RFC5405]. Applications that verify the context of adatagramare expected to have a high probability of discarding corrupted data. [I-D.ietf-6man-udpzero] presents examples of cases where corruption can inadvertently impact application state. * Half ofcould arrive at the8 possible corruption combinations with a correct destination address have a corrupted source address.intended applications/protocol which will process it and try to match it against an existing tunnel context. If thetunnel contexts contain all elements ofprotocol restricts processing to only theaddress-port 4-tuple, thensource addresses with established contexts the likelihoodisthatthis corruption will be detected. It may in fact be discarded on route due to source address validation techniques, such as Unicast Reverse Path Forwarding [RFC2827]. * Of the remaining 4 possibilities, witha corrupted packet enters a valid context is reduced. When both source and destinationIPv6 addresses, one has all 4fieldsvalid,are corrupted, this increases theother three have one or both ports corrupted. Again, iflikelihood of failing to match a context, with thetunneling endpoint context contains sufficient information, theseexception of errorsshould be detectedreplacing one packet header withhigh probability.another one. In this case it is possible that both are tunnels and thus the corrupted packet can match a previously defined context. o Corruption of source-fragmented encapsulating packets: In this case, a tunneling protocol may reassemble fragments associated with the wrong context at the right tunnel endpoint, or itmay reassemble fragments associatedmay reassemble fragments associated with a context at the wrong tunnel endpoint, or corrupted fragments may be reassembled at the right context at the right tunnel endpoint. In each of these cases, the IPv6 length of the encapsulating header may be checked (though [I-D.ietf-6man-udpzero] points out the weakness in this check). In addition, if the encapsulated packet is protected by a transport (or other) checksum, these errors can be detected (with some probability). o Tunnel protocols using UDP have some advantages that reduce the risk for a corrupted tunnel packet reaching a destination that will receive it, compared to other applications. This results from processing by the network of the inner (tunneled) packet after being forwarded from the tunnel egress using a wrong context: * A tunneled packet may be forwarded to the wrong address domain, for example a private address domain where the inner packet's address is not routable, or may fail a source address check, such as Unicast Reverse Path Forwarding [RFC2827], resulting in the packet being dropped. * The destination address of a tunneled packet may not at all be reachable from the delivered domain. For example an Ethernet packet where the destination MAC address is not present on the LAN segment that was reached. * The type of the tunneled packet may prevent delivery for example if an IP packet payload was attempted to be interpreted as an Ethernet packet. This is likely to result in the packet being dropped as invalid. * The tunneled packet checksum or integrity mechanism may detect corruption of the inner packet caused at the same time as corruption to the outer packet header. The resulting packet would likely be dropped as invalid. These different examples each help to significantly reduce the likelihood that a corrupted inner tunneled packet is finally delivered to a protocol listener that can be affected by the packet. While the methods do not guarantee correctness, they can reduce the risk of relaxing the UDP checksum requirement for a tunnel application using IPv6. 4.2. Limitation to Tunnel Protocols This document describes the applicability of using a zero UDP checksum to support tunnel protocols. There are good motivations behind this and the arguments are provided here. o Tunnels carry inner packets that have their own semantics that makes any corruption less likely to reach the indicated destination and be accepted as a valid packet. This is true for IP packets with the addition of verification that can be made by the tunnel protocol, the networks' processing of the inner packet headers as discussed above, and verification of the inner packet checksums. Also non-IP inner packets are likely to be subject to similar effects that reduce the likelihood that an mis-delivered packet are delivered. o Protocols that directly consume the payload must have sufficient robustness against mis-delivered packets from any context, including the ones that are corrupted in tunnels and any other usage of the zero checksum. This will require an integrity mechanism. Using a standard UDP checksum reduces the computational load in the receiver to verify this mechanism. o Stateful protocols or protocols where corruption causes cascade effects need to be extra careful. In tunnel usage each encapsulating packet provides only a transport mechanism from tunnel ingress to tunnel egress. A corruption will commonly only effect the single packet, not established protocol state. One common effect is that the inner packet flow will only see a corruption and mis-delivery of the outer packet as a lost packet. o Some non-tunnel protocols operate with general servers that do not know from where they will receive a packet. In such applications, the usage of a zero UDP checksum is especially unsuitable because there is a need to provide the first level of verification that the packet was intended for the server. This verification prevents the server from processing the datagram payload and spend any significant amount of resources on it, including sending replies or error messages. Tunnel protocols encapsulating IP this will generally be safe, since all IPv4 and IPv6 packets include at least one checksum at either the network or transport layer and the network delivery of the inner packet will further reduce the effects of corruption. Tunnel protocols carrying non-IP packets may provide equivalent protection due to the non-IP networks reducing the risk of delivery to applications. However, there is need for further analysis to understand the implications of mis-delievery of corrupted packets for that each non-IP protocol. The analysis above suggests that non- tunnel protocols can be expected to have significantly more cases where a zero checksum would result in mis-delivery or negative side- effects. One unfortunate side-effect of increased use of a zero-checksum is that it also increases the likelihood of acceptance when a datagram with acontext at the wrongzero UDP checksum is mis-delivered. This requires all tunnelendpoint, or corrupted fragments mayprotocols using this method to bereassembled at the right context atdesigned to be robust to mis- delivery. 4.3. Middleboxes Applicability Statement for theright tunnel endpoint. In eachuse ofthese cases, theIPv6length of the encapsulating header may be checked (thoughUDP Datagrams with Zero Checksums [I-D.ietf-6man-udpzero]points out the weakness innotes that middlebox devices that conform to RFC 2460 will discard datagrams with a zero UDP checksum and should log thischeck). In addition, if the encapsulated packet is protected byas an error. Thus tunnel protocols intending to use atransport (or other) checksum, these errors can be detected (with some probability). Whilezero UDP checksum needs to ensure that theydo not guarantee correctness, these mechanism can reducehave defined a method for handling cases when a middlebox prevents therisks of relaxingpath between the tunnel ingress and egress from supporting transmission of datagrams with a zero UDPchecksum requirement for IPv6.checksum. 5. The Zero-Checksum Update This specification updates IPv6 to allow a zero UDP checksumof zero forin the outer encapsulatingpacketdatagram of a tunneling protocol. UDP endpoints that implement this update MUSTchange their behavior for any destination port explicitly configured for zero checksum and MUST NOT discard UDP packets received with a checksum value of zero onfollow theouter packet. When this is done, it requiresnode requirements "Applicability Statement for theconstraints in Section 5 and 6use of IPv6 UDP Datagrams with Zero Checksums" [I-D.ietf-6man-udpzero].Specifically, theThe following text in [RFC2460] Section 8.1, 4th bulletis updated. We refer to the following text:should be deleted: "Unlike IPv4, when UDP packets are originated by an IPv6 node, the UDP checksum is not optional. That is, whenever originating a UDP packet, an IPv6 node must compute a UDP checksum over the packet and the pseudo-header, and, if that computation yields a result of zero, it must be changed to hex FFFF for placement in the UDP header. IPv6 receivers must discard UDP packets containing azero checksum, and should log the error." This item should be taken out of the bullet listzero checksum, and should log the error." This text should be replaced by: Whenever originating a UDPpacket,packet in the default mode, an IPv6 nodeSHOULDMUST compute a UDP checksum over the packet and thepseudo-header,pseudo- header, and, if that computation yields a result of zero, itmustMUST be changed to hex FFFF for placement in the UDP header. IPv6 receiversSHOULDMUST by default discard UDP packets containing a zero checksum, and SHOULD log the error.However,As an alternative usage for some protocols, such astunnelingprotocols that use UDP as a tunnel encapsulation, MAYomit computingenable theUDP checksumzero-checksum mode for specific sets of ports. Any node implementing theencapsulating UDP header and set it to zero, subject tozero-checksum mode MUST follow theconstraints describednode requirements specified in Section 4 of Applicability Statement for the use of IPv6 UDP Datagrams with Zero Checksums [I-D.ietf-6man-udpzero].In cases where the encapsulatingAny protocoluses a zero checksum for UDP,using thereceiver of packets sent to a port enabled to receivezero-checksumpacketsmode MUSTNOT discard packets solely for having a UDP checksum of zero. Note that these constraints apply only to encapsulating protocols that omit calculating the UDP checksum and set it to zero. An encapsulating protocol can always choose to compute the UDP checksum, in which case, its behavior is not updated and usesfollow themethodusage requirements specified in Section8.1 of RFC2460. Middleboxes MUST allow IPv6 packets with UDP checksum equal to zero to pass. Implementations of middleboxes MAY allow configuration5 ofspecific port rangesApplicability Statement forwhich a zero UDP checksum is valid and may drop IPv6 UDP packets outside those ranges. The path between tunnel endpoints can change, thus also the middleboxes in the path may vary during the life oftheassociation. Paths with middleboxes that are intolerantuse ofaIPv6 UDPchecksum of zero will drop any keep-alives sent to validate the path using checksum zero and the endpoints will discover that. Therefore keep-alive traffic SHOULD include both packets with tunnel checksums and packetsDatagrams withchecksums equal to zero to enableZero Checksums [I-D.ietf-6man-udpzero]. Middleboxes supporting IPv6 MUST follow theremote end to distinguish between path failuresrequirements 9, 10 andthe blockage11 ofpackets with checksum equal to zero. Note that path validation need only be done per tunnel endpoint pair, not per tunnel context.the usage requirements specified in Section 5 of Applicability Statement for the use of IPv6 UDP Datagrams with Zero Checksums [I-D.ietf-6man-udpzero]. 6. Additional ObservationsTheThis update was motivated by the existence ofthis issue amongasignificantnumber of protocols being developed in the IETFmotivates this specified change. The authors would also likethat are expected tomakebenefit from the change. The followingobservations:observations are made: o An empirically-based analysis of the probabilities of packet corruptions (with or without checksums) has not (to our knowledge) been conducted since about 2000.ItAt the time of publication, it is now 2012. We strongly suggestthat ana new empiricalstudy is in order,study, along with an extensive analysis ofIPv6 headerthe corruptionprobabilities.probabilities of the IPv6 header. o A keycause tomotivation for theincreased usageincrease in use of UDP in tunneling isthea lack of protocol support in middleboxes. Specifically, new protocols, such as LISP [I-D.ietf-lisp], may prefer to use UDP tunnels to traverse an end-to-end path successfully and avoid having their packets dropped by middleboxes. Ifthismiddleboxes werenot the case, the useupdated to support UDP-Lite [RFC3828], this would provide better protection than offered by this update. This may be suited to a variety ofUDP-lite [RFC3828] might become more viableapplications and would be expected to be preferred over this method forsome (but not necessarily all) tunnelingmany tunnel protocols. o Another issue is that the UDP checksum is overloaded with the task of protecting the IPv6 header for UDP flows (as is the TCP checksum for TCP flows). Protocols that do not use a pseudo- header approach to computing a checksum or CRC have essentially no protection from mis-delivered packets. 7. IANA Considerations This document makes no request of IANA. Note to RFC Editor: this section may be removed on publication as an RFC. 8. Security ConsiderationsIt requires lessLess work is required required to generatezero-checksuman attackpacketsusing a zero UDP checksum thanones withone using a standard full UDPchecksums.checksum. However, this does not lead toanysignificant new vulnerabilitiesasbecause checksums are not a security measure and can be easily generated by any attacker. Properly configured tunnels should check the validity of the inner packet and performany neededsecuritychecks, regardless of the checksum status. Most attacks are generated from compromised hosts which automatically create checksummed packets (in other words, it would generally be more, not less, effort for most attackers to generate zero UDP checksums on the host).checks. 9. Acknowledgements We would like to thank BrianHabermanHaberman, Dan Wing, Joel Halpern andGorry Fairhurstthe IESG of 2012 for discussions and reviews. Gorry Fairhurst has been very diligent in reviewing and help ensuring alignment between this document and [I-D.ietf-6man-udpzero]. 10. References 10.1. Normative References [I-D.ietf-6man-udpzero] Fairhurst, G. and M. Westerlund, "Applicability Statement for the use of IPv6 UDP Datagrams with Zero Checksums", draft-ietf-6man-udpzero-07 (work in progress), October 2012. [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. [RFC2460] Deering, S. and R. Hinden, "Internet Protocol, Version 6 (IPv6) Specification", RFC 2460, December 1998.[RFC3828] Larzon, L-A., Degermark, M., Pink, S., Jonsson, L-E., and G. Fairhurst, "The Lightweight User Datagram Protocol (UDP-Lite)", RFC 3828, July 2004. [RFC5619] Yamamoto, S., Williams, C., Yokota, H., and F. Parent, "Softwire Security Analysis and Requirements", RFC 5619, August 2009.10.2. Informative References [I-D.ietf-lisp] Farinacci, D., Fuller, V., Meyer, D., and D. Lewis, "Locator/ID Separation Protocol (LISP)",draft-ietf-lisp-23draft-ietf-lisp-24 (work in progress),MayNovember 2012. [I-D.ietf-mboned-auto-multicast] Bumgardner, G., "Automatic Multicast Tunneling", draft-ietf-mboned-auto-multicast-14 (work in progress), June 2012. [RFC2827] Ferguson, P. and D. Senie, "Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing", BCP 38, RFC 2827, May 2000. [RFC3828] Larzon, L-A., Degermark, M., Pink, S., Jonsson, L-E., and G. Fairhurst, "The Lightweight User Datagram Protocol (UDP-Lite)", RFC 3828, July 2004. [RFC5405] Eggert, L. and G. Fairhurst, "Unicast UDP Usage Guidelines for Application Designers", BCP 145, RFC 5405, November 2008. [RFC5619] Yamamoto, S., Williams, C., Yokota, H., and F. Parent, "Softwire Security Analysis and Requirements", RFC 5619, August 2009. Authors' Addresses Marshall Eubanks AmericaFree.TV LLC P.O. Box 141 Clifton, Virginia 20124 USA Phone: +1-703-501-4376 Fax: Email: marshall.eubanks@gmail.com P.F. Chimento Johns Hopkins University Applied Physics Laboratory 11100 Johns Hopkins Road Laurel, MD 20723 USA Phone: +1-443-778-1743 Email: Philip.Chimento@jhuapl.edu Magnus Westerlund Ericsson Farogatan 6 SE-164 80 Kista Sweden Phone: +46 10 714 82 87 Email: magnus.westerlund@ericsson.com