ether addresses were listed as HOST_ENDIAN. This did not show up for plain payload expressions because the payload expression postprocessing contained a byteorder conversion for HOST_ENDIAN. It also did not show up when testing payload statements because test suite conveniently used ff:ff:ff ... So, 1. switch the data type to BIG_ENDIAN 2. fix test case to catch bogus formatting 3. remove the payload byte order conversion, I do not think it is required (all tests pass without it after patch #1). -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html