Make this buildable with MROUTING defined.
Specified by: eivind, phk
This commit is contained in:
parent
3decdf5dc1
commit
f51ff7fadd
@ -262,7 +262,7 @@ in_gif_input(m, va_alist)
|
||||
#ifdef MROUTING
|
||||
/* for backward compatibility */
|
||||
if (proto == IPPROTO_IPV4) {
|
||||
ipip_input(m, off, proto);
|
||||
ipip_input(m, off);
|
||||
return;
|
||||
}
|
||||
#endif /*MROUTING*/
|
||||
|
Loading…
Reference in New Issue
Block a user