From owner-cvs-all Tue Feb 26 10:11:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27D0E37B402; Tue, 26 Feb 2002 10:11:25 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1QIBPv65025; Tue, 26 Feb 2002 10:11:25 -0800 (PST) (envelope-from ume) Message-Id: <200202261811.g1QIBPv65025@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 26 Feb 2002 10:11:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c ip_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/02/26 10:11:25 PST Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c ip_output.c Log: MFC: - Check the address family of the destination cached in a PCB. - Clear the cached destination before getting another cached route. Otherwise, garbage in the padding space (which might be filled in if it was used for IPv4) could annoy rtalloc. sys/netinet/in_pcb.c: 1.97 sys/netinet/ip_output.c: 1.149 Revision Changes Path 1.59.2.21 +7 -3 src/sys/netinet/in_pcb.c 1.99.2.28 +5 -1 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message