commit | 439c52f19007badffc6707673121f5a76784e728 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Mon Dec 01 16:25:06 2008 +0100 |
committer | Paul Jakma <paul@quagga.net> | Thu Jun 25 15:36:39 2009 +0100 |
tree | 2e16cabd2f63de4bfd5eddc24c08b1e1a593f95b | |
parent | 77a1c4e05ca5a7d7bf07456758f7c934ee867884 [diff] |
Add test for Internet checksum. Add 2 impl. of the Internet Checksum. One new optimized nad one form RFC 1071. Turns out that the current Quagga in_cksum() is buggy. On Big Endian routers it miscalculates odd sized buffers.