1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83708

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;