commit | 58d6085c14f5db61c092c90b59813397bc771417 | [log] [tgz] |
---|---|---|
author | Tom Herbert <therbert@google.com> | Wed May 07 16:52:48 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 08 23:47:50 2014 -0400 |
tree | 3e3a8bf63676f025cca73ac50fd7e3645d7b138e | |
parent | 0a80966b1043c3e2dc684140f155a3fded308660 [diff] |
l2tp: Remove UDP checksum verification Validating the UDP checksum is now done in UDP before handing packets to the encapsulation layer. Note that this also eliminates the "feature" where L2TP can ignore a non-zero UDP checksum (doing this was contrary to RFC 1122). Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>