mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 05:57:43 +00:00
libafs: pointopoint not supported in ukernel
afs_server.c:1054: error: 'struct usr_in_ifaddr' has no member named 'ia_dstaddr' well, for now, bye bye! Change-Id: I3246a52e0bbdcfb92045de7e21febe0e65255db2 Reviewed-on: http://gerrit.openafs.org/7783 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
e6aa586a99
commit
e359aa5c61
@ -1048,7 +1048,7 @@ afsi_SetServerIPRank(struct srvAddr *sa, struct in_ifaddr *ifa)
|
||||
sa->sa_iprank = t;
|
||||
}
|
||||
}
|
||||
#ifdef IFF_POINTOPOINT
|
||||
#if defined(IFF_POINTOPOINT) && !defined(UKERNEL)
|
||||
/* check for case #4 -- point-to-point link */
|
||||
if ((ifa->ia_ifp->if_flags & IFF_POINTOPOINT)
|
||||
&& (SA2ULONG(IA_DST(ifa)) == ntohl(sa->sa_ip))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user