]> git.decadent.org.uk Git - nfs-utils.git/commit - support/export/client.c
libexport.a: Use host helper to parse address in client_init()
authorChuck Lever <chuck.lever@oracle.com>
Tue, 31 Aug 2010 19:27:19 +0000 (15:27 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 31 Aug 2010 19:34:23 +0000 (15:34 -0400)
commit03fc34b23c2bff48f54c2d889d7851a31fb64a3d
treeb65ddee99a52c8c12a6d23ade28bc97467cc51c0
parent502edf1df5e727cf88b19b634f60392652f35ddc
libexport.a: Use host helper to parse address in client_init()

Take the first step towards making it possible to parse either IPv4 or
IPv6 addresses in client_init().  It won't handle IPv6 until
host_pton() has IPv6 support enabled, and it still doesn't deal with
IPv6 netmasks yet.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/export/client.c