From owner-cvs-all Mon Jan 21 12: 4:28 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 1140037B400; Mon, 21 Jan 2002 12:04:23 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0LK4Nu09937; Mon, 21 Jan 2002 12:04:23 -0800 (PST) (envelope-from ume) Message-Id: <200201212004.g0LK4Nu09937@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 21 Jan 2002 12:04:23 -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: HEAD 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/01/21 12:04:23 PST Modified files: sys/netinet in_pcb.c ip_output.c Log: - 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. Obtained from: KAME Revision Changes Path 1.97 +7 -3 src/sys/netinet/in_pcb.c 1.149 +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