Fixed comment: ipip_input -> mroute_encapcheck.

Reported by:	bde
This commit is contained in:
Munechika SUMIKAWA 2001-09-20 07:59:45 +00:00
parent 6370be088b
commit 862e52ea61

View File

@ -240,7 +240,7 @@ static vifi_t numvifs = 0;
static const struct encaptab *encap_cookie = NULL;
/*
* one-back cache used by ipip_input to locate a tunnel's vif
* one-back cache used by mroute_encapcheck to locate a tunnel's vif
* given a datagram's src ip address.
*/
static u_long last_encap_src;