Hi Steve- Here's the next step. This small series of patches rewires probe_bothports() to support AF_INET6 addresses, now that the underlying functions can handle them. Since legacy code in other parts of the mount command still use probe_bothports() and the clnt_addr_t data type, I've added a new function call to do the IPv6 duties. The old API still exists and continues to support only AF_INET, but under the covers it calls the new code. Again, for the time being, this is used only for the legacy binary mount(2) interface. We will need this for umount later, and that is used to support both binary and text-based mounts. --- Chuck Lever (3): mount command: AF_INET6 support for probe_bothports() mount command: support AF_INET6 in probe_nfsport() and probe_mntport() mount command: full support for AF_INET6 addresses in probe_port() utils/mount/network.c | 178 +++++++++++++++++++++++++++++++++++++++---------- utils/mount/network.h | 3 + 2 files changed, 144 insertions(+), 37 deletions(-) -- Chuck Lever -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html