Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/03/1999 15:12:45
Module Name:	src
Committed By:	thorpej
Date:		Mon May  3 22:12:45 UTC 1999

Modified Files:
	src/sys/netinet: in_var.h ip_input.c
Log Message:
In INADDR_TO_IA(), skip interfaces which are not up.  Revert previous change
to ip_input.c to check the interface status after INADDR_TO_IA().

Fix cooked up by Heiko Rupp and myself.

Fixes PR 7480.