1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Removed ipip_input(). No codes calls it anymore due to ip_encap.c's

encapsulation support.
This commit is contained in:
Munechika SUMIKAWA 2001-09-18 14:52:20 +00:00
parent a67fe5c1d6
commit 33ae84b7c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83615

View File

@ -130,10 +130,6 @@ rsvp_input(m, off) /* XXX must fixup manually */
m_freem(m);
}
void ipip_input(struct mbuf *m, int off) { /* XXX must fixup manually */
rip_input(m, off);
}
int (*legal_vif_num)(int) = 0;
/*