K 10 svn:author V 7 asomers K 8 svn:date V 27 2021-10-07T17:42:40.303724Z K 7 svn:log V 653 ICMP checksum test: Fix for big endian The in_cksum tests originally tried to simulate a BE environment by swapping the byte order of the input. But that's overcomplicated, and didn't actually work on real BE hardware. The correct testing strategy is just to test on the native endianness, and run the tests in both BE and LE environments. Submitted by: Renato Riolino Reviewed By: asomers Differential Revision: https://reviews.freebsd.org/D23193 (cherry picked from commit 292808246db702b9194deb8938e40fd06914aea9) Git Hash: d55574c91830d12b308664e4a165accffad22e06 Git Author: renato.riolino@eldorado.org.br END