Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 2000 10:03:56 -0700 (MST)
From:      Nate Williams <nate@yogotech.com>
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet ip_input.c
Message-ID:  <200011011703.KAA15328@nomad.yogotech.com>
In-Reply-To: <20001101132752.A50581@sunbay.com>
References:  <200011011121.DAA72366@freefall.freebsd.org> <20001101132752.A50581@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > ru          2000/11/01 03:21:45 PST
> > 
> >   Modified files:
> >     sys/netinet          ip_input.c 
> >   Log:
> >   Wrong checksum used for certain reassembled IP packets before diverting.
> >   
> Test script:
> 
> ifconfig lo0 mtu 1500
> natd -p 1234 -n lo0
> ipfw -q add 1 divert 1234 ip from any to any via lo0
> netstat -p ip | grep checksum
> ping -t 1 -R -c 1 -s 2000 127.1 >/dev/null
> netstat -p ip | grep checksum

(Not a complaint, just a suggestion)

The above  *could* have been included in the commit message.  I
certainly wouldn't have minded it...




Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011011703.KAA15328>