Subject: Re: CVS commit: syssrc
To: None <thorpej@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 07/06/2000 07:01:47
>Module Name:	syssrc
>Committed By:	thorpej
>Date:		Wed Jul  5 21:32:52 UTC 2000
>Modified Files:
>	syssrc/sys/netinet: ip_encap.c
>Log Message:
>Make that note that we really should be checking the viftable
>in ip_mroute.c for duplicate tunnel entries, too.  Well, what
>really needs to happen is that the mrouting code needs to be
>changed to work w/ `gif' tunnels... but...

	... or ip_mroute.c should be converted to use encap_attach{,_func}()?

	the current code (encap4_input) has last-resort fallback case at the
	end, so there should be no problem.

itojun