K 10 svn:author V 5 peter K 8 svn:date V 27 2013-11-28T19:40:33.948365Z K 7 svn:log V 333 jail_v0.ip_number was always in host byte order. This was handled in one of the many layers of indirection and shims through stable/7 in jail_handle_ips(). When it was cleaned up and unified through kern_jail() for 8.x, the byte order swap was lost. This only matters for ancient binaries that call jail(2) themselves internally. END