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
@ -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…
x
Reference in New Issue
Block a user