]> git.decadent.org.uk Git - nfs-utils.git/commit
libexport.a: Refactor wildcard checking in client_check()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 8 Apr 2010 14:55:02 +0000 (10:55 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 8 Apr 2010 15:16:18 +0000 (11:16 -0400)
commita39b43b81a8e7b70310f250c5ffd77816577cd6c
treec3e106a13fb320c88b9ce59d13d1ee82cafd8618
parent346ca35298e45e55a58d0f566c3b32b69102c6de
libexport.a: Refactor wildcard checking in client_check()

Clean up: refactor wildcard logic out of client_check() to make it
easier to introduce IPv6 support.

Match the style used for client_check_{fqdn,subnetwork,netgroup}.

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