Control: tags -1 confirmed upstream
I believe you are correct in identifying b55717d46ae3 ("conntrackd: fix
endianness bug in IPv4 and IPv6 address"). Before 1.4.7, conntrackd
sent IP addresses in host byte order. However, this prevented one from
running conntrackd instances on hosts of different endianness:
https://marc.info/?l=netfilter&m=161886262729364&w=2
This commit changes conntrackd to use network byte order instead. The
consequence, of course, is that little-endian 1.4.6 instances are not
compatible with little-endian 1.4.7 instances.
I believe the upstream switch to NBO is correct, but I'm afraid that we
in Debian didn't spot this consequence. I'll see about getting a notice
added to the package documentation.
J.