On Sun, 2016-01-17 at 22:14 +0100, Andreas Steinmetz wrote: > [please CC me on replies, I'm not subscribed] > > If the user configures an IPv6 protocol for nfs, autofs tries IPv4 > too, > and vice versa. The attached patch against autofs-5.1.1 prevents > this. > > The additional tries for the wrong IP protocol can be quite costly if > e.g. an IPSec tunnel must be brought up. I get what your trying to say and agree that it should be fixed but I wouldn't do it quite this way. The method you have used is not in line with the way the code currently works so I'll need to have a look at it when I get some time. For example, it would probably be better to define TCP6_SUPPORTED, and a corresponding define for UDP, and use that to determine which of UDP or TCP should be tried in the same way that TCP_SUPPORTED and UDP_SUPPORTED is used. -- To unsubscribe from this list: send the line "unsubscribe autofs" in