]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r203490: Introduce '[ipaddr]:path' notation.
authorume <ume@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Feb 2010 18:27:32 +0000 (18:27 +0000)
committerume <ume@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Feb 2010 18:27:32 +0000 (18:27 +0000)
commit90e12becabe110a6ceaa1d9c8a63dde8bbe9ebc5
tree5532fc15a195479acd35defd696ddb3ba00fba6d
parent8de8ef27d3ff3d1eb165bff3bb52e9443fba5c08
MFC r203490: Introduce '[ipaddr]:path' notation.
Since the existing implementation searches ':' backward, a path which
includes ':' could not be mounted.  You can now mount such path by
enclosing an IP address by '[]'.
Though we should change to search ':' forward, it will break
'ipv6addr:path' which is currently working.  So, it still searches ':'
backward, at least for now.

git-svn-id: svn://svn.freebsd.org/base/stable/8@204422 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/mount_nfs/mount_nfs.c
sbin/umount/umount.c