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:
parent
a67fe5c1d6
commit
33ae84b7c6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83615
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user