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

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;
/*