On Tue, Aug 04, 2020 at 05:44:09PM -0400, Stephen Suryaputra wrote: > On big-endian machine, the returned register data when the exthdr is > present is not being compared correctly because little-endian is > assumed. The function nft_cmp_fast_mask(), called by nft_cmp_fast_eval() > and nft_cmp_fast_init(), calls cpu_to_le32(). Applied, thanks.