SUNRPC: Use rpc_pton() in ip_map_parse()
authorChuck Lever <chuck.lever@oracle.com>
Tue, 26 Jan 2010 19:03:47 +0000 (14:03 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 26 Jan 2010 22:52:33 +0000 (17:52 -0500)
The existing logic in ip_map_parse() can not currently parse
shorthanded IPv6 addresses (anything with a double colon), nor can
it parse an IPv6 presentation address with a scope ID.  An
IPv6-enabled mountd can pass down both.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found