Hi Tom, I'll give you my perspective on why I feel the behavior described in the VXLAN draft is a good thing. First, it is my assumption that some implementations (e.g. many hardware implementations), will not implement checksum generation, nor checksum validation. I believe this is an implementation reality. If implementations are required to check a non-zero checksum, but can't actually do it, what alternatives do they have? One is to drop all packets with a non-zero checksum (because one might be invalid and even one invalid one slipping through would be unacceptable). Another alternative is to accept all checksum values. The second option greatly enhances interoperability with implementations that choose to generate a checksum and implementations that cannot validate the checksum. It allows a mixed environment where "better" implementations (that can validate) can interoperate with "inferior" implementations that are unable to validate the checksum.
BTW, VXLAN is not the only tunneling protocol to specify this behavior. LISP (RFC 6830), specifies exactly the same behavior. - Larry On 4/30/14 12:01 PM, "Tom Herbert" <[email protected]> wrote: >Hi, > >I noticed that the VXLAN draft allows an implementation to potentially >ignore a non-zero invalid UDP checksum. > >From: http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-09 > >"When a decapsulating endpoint receives a packet with a non-zero >checksum it MAY choose to verify the checksum" > >However, from RFC 1122: > >"If a UDP datagram is received with a checksum that is non-zero and >invalid, UDP MUST silently discard the datagram." > >It doesn't seem like 1122 allows checksum verification to be optional, >so these would seem to be a conflict. Presumably, ignoring the RX csum >is included for performance but since the sender can already send zero >checksums in UDP (they are optional in IPv4 and allowed for IPv6 >tunnels in RFC 6935) I'm not sure this is necessary. Besides that, the >UDP checksum is potentially the only thing that protection of the vni >against corruption end to end so allowing a receiver to ignore a bad >checksum seems very risky. > >As a comparison, RFC 3931 (L2TP) has the following wording: > >"Thus, UDP checksums MAY be disabled in order to reduce the associated >packet processing burden at the L2TP endpoints." > >This is somewhat ambiguous, but seems like the correct interpretation >should be that zero checksums may be sent with L2TP/UDP, but on >receive non-zero checksums should still be validated. > >Are these interpretations correct? Is there there a need to clarify >the requirement for UDP tunnel protocols and checksums? > >Thanks, >Tom > >_______________________________________________ >Tofoo mailing list >[email protected] >https://www.ietf.org/mailman/listinfo/tofoo _______________________________________________ nvo3 mailing list [email protected] https://www.ietf.org/mailman/listinfo/nvo3
