Make this compile also on non-IPv6 kernels.
This commit is contained in:
parent
943f6ddd39
commit
4a45e0250c
@ -318,6 +318,7 @@ rn4_mpath_inithead(void **head, int off)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef INET6
|
||||
int
|
||||
rn6_mpath_inithead(void **head, int off)
|
||||
{
|
||||
@ -332,3 +333,4 @@ rn6_mpath_inithead(void **head, int off)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user