[Bug 33809] [patch] mount_nfs(8) has trouble with embedded ':' in path

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 23 04:57:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=33809

Oleksandr Tymoshenko <gonzo at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gonzo at FreeBSD.org
         Resolution|---                         |FIXED
             Status|Open                        |Closed

--- Comment #6 from Oleksandr Tymoshenko <gonzo at FreeBSD.org> ---
This was solved by base 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list