From owner-cvs-usrsbin Sat Dec 21 10:34:56 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA20928 for cvs-usrsbin-outgoing; Sat, 21 Dec 1996 10:34:56 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA20920; Sat, 21 Dec 1996 10:34:54 -0800 (PST) Date: Sat, 21 Dec 1996 10:34:54 -0800 (PST) From: Nate Williams Message-Id: <199612211834.KAA20920@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp alias.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/12/21 10:34:53 Modified: usr.sbin/ppp alias.c Log: Compute IP checksums in addition to TCP checksums when necessary in the new 'aliased' packets. Note, if the original packet has a bogus cksum, we will *NOT* re-compute the cksum, therefore the new packet will also be wrong (but passed on). Found by: MartinRenters@awfulhak.demon.co.uk Reviewed by: Brian Somers Submitted by: Charles Mott Revision Changes Path 1.2 +17 -12 src/usr.sbin/ppp/alias.c