mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Make this buildable with MROUTING defined.
Specified by: eivind, phk
This commit is contained in:
parent
3decdf5dc1
commit
f51ff7fadd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54304
@ -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