]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusion
authorMaxim Konovalov <maxim@FreeBSD.org>
Wed, 12 Oct 2005 18:13:25 +0000 (18:13 +0000)
committerMaxim Konovalov <maxim@FreeBSD.org>
Wed, 12 Oct 2005 18:13:25 +0000 (18:13 +0000)
commitd46ff6bd1ed68ac4818f975a14f708f872a8904d
tree5dc73ed7b1f7f0bf963893e80422b95e0c3bdca6
parent9ac16277e30b8c60ab85cc88636991c235b53e38
o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags.  The confusion
with IP_PORTRANGE_HIGH leads to the incorrect checksum calculation.

PR: kern/87306
Submitted by: Rickard Lind
Reviewed by: bms
MFC after: 2 weeks
sys/netinet/raw_ip.c
sys/netinet/udp_usrreq.c