Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/10/2000 21:57:59
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 11 05:57:59 UTC 2000

Modified Files:
	syssrc/sys/netinet: ip_input.c

Log Message:
fix in-kernel packet forwarding loop (till TTL becomes 0) when:
- a packet is delivered to an address X,
- and the address X is configured on my !IFF_UP interface
- and ipforwarding=1

NetBSD PR: 9387
From: nrt@iij.ad.jp


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 syssrc/sys/netinet/ip_input.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.