CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/16 07:02:44
Modified files:
sys/dev/pv : if_vio.c
Log message:
vio(4): Don't set IPv4 checksum OK flag for rx packets.
The virtio specification just address TCP/UDP checksum offloading.
Thus, we have to check the IPv4 checksum in our stack.
ok sf@
