On Thu, Jul 3, 2008 at 5:14 PM, J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > On Mon, Jun 30, 2008 at 06:45:30PM -0400, Chuck Lever wrote: >> Introduce and initialize an address family field in the svc_serv structure. >> >> This field will determine what family to use for the service's listener >> sockets and what families are advertised via the local rpcbind daemon. > > Possibly dumb question: so it never makes sense to listen on sockets > with both address families? There are several ways to map an AF_INET address to an AF_INET6 address, so you can easily set up a single AF_INET6 listener that can also handle your AF_INET traffic. You can listen on both, but I think having a single listener is less complex. -- 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