Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2019 04:56:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 33809] [patch] mount_nfs(8) has trouble with embedded ':' in path
Message-ID:  <bug-33809-227-P6RZe5atJL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-33809-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-33809-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D33809

Oleksandr Tymoshenko <gonzo@FreeBSD.org> changed:

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

--- Comment #6 from Oleksandr Tymoshenko <gonzo@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-33809-227-P6RZe5atJL>