CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/10 06:22:57
Modified files:
sys/netinet : udp_usrreq.c
Log message:
Pass the correct offset of the next protocol field for the given IP
version to the upper layers. The stack will set this field to IPIP
later on, so make sure it doesn't overwrite the packet in the wrong
location.
ok bluhm@ deraadt@ stsp@
