CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/10 22:06:02
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ipsec_input.c
Log message:
populate the enchdr in network byte order instead of host byte order.
this prepends the packet payloads you can see via enc(4) interfaces,
and should have been populated consistently from the beginning.
better late than never.
i've already fixed tcpdump to cope with these fields in either
order, so this is mostly about setting a good example in the kernel
than anything else.