freebsd-dev/sbin/mount_nfs
Hajimu UMEMOTO a505d4352f 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.

MFC after:	2 weeks
2010-02-04 15:17:49 +00:00
..
Makefile Add support for the experimental nfs client to mount_nfs. The 2009-05-27 19:56:51 +00:00
mount_nfs.8 Document the negnametimeo option for mount_nfs as implemented 2010-01-21 21:21:00 +00:00
mount_nfs.c Introduce '[ipaddr]:path' notation. 2010-02-04 15:17:49 +00:00