Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2016 22:55:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-jail@FreeBSD.org
Subject:   [Bug 206012] jail(8): Cannot assign link-local IPv6 address to a jail
Message-ID:  <bug-206012-9824-Tpn5nIRorU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206012-9824@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206012-9824@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=3D206012

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #3 from Jamie Gritton <jamie@FreeBSD.org> ---
It wouldn't be too hard to automate the transition between
fe80:ifnum::dead:beef and fe80::dead:beef%ifname.  Jail uses inet_pton and
inet_ntop which aren't aware of this, but it looks like it could use
getaddrinfo and getameinfo which use the scope ID, or if_nametoindex and
if_indextoname which give me the number directly.

I would have to move this scope ID to/from the second and third octets in t=
he
inet6 address, which is rather non-standard but I assume a long-standing
FreeBSD way of doing things.

--=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-206012-9824-Tpn5nIRorU>