Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/11/1999 13:31:03
Module Name:	src
Committed By:	thorpej
Date:		Mon Jan 11 21:31:03 UTC 1999

Modified Files:
	src/sys/netinet: ip_mroute.c ip_mroute.h
Log Message:
Adjust for the new IP-IP input path.  mrt_ipip_input() is called from
ipip_input(), and returns non-zero if mrt_ipip_input() handled the
packet.

XXX Eventually, the multicast code should probably use regular IP-IP
XXX `interfaces', but mrouted knows about the VIF table, etc.