Here is a patch to resolve the availability probe delay we've seen. There's another patch that adjusts a parameter passed to one of the IN6 macros but that's purely for consistency, there's no actual behaviour change. Another thing iyou may notivce is that strickly speaking it should be possible to use the link-local address but trying to do so always returns an error so excluding it seemed like the best thing to do. Also you may notice the probe results in a list of hosts (if there are mulitple hosts or one of the hosts has multiple addreses) that match the fastest response for highest available NFS version only. In other words it's only working out the list of hosts that are available to try the mount rather than forcing those hosts to use the specific NFS version, the mount we get is left to mount(8) (ie. mount.nfs). --- Ian Kent (2): autofs-5.1.8 - use correct reference for IN6 macro call autofs-5.1.8 - dont probe interface that cant send packet CHANGELOG | 2 ++ lib/parse_subs.c | 36 +++++++++++++++++++++++++++++++++++- modules/replicated.c | 21 +++++++++++++-------- 3 files changed, 50 insertions(+), 9 deletions(-) -- Ian