Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jun 2016 14:30:29 +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-OjXSqgipLG@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

--- Comment #4 from Sascha Biberhofer <s.biberhofer@spherical-elephant.com>=
 ---
Hi Jamie,

That would be a great and at least avoid the issue of having to specify the
(slightly volatile) interface number explicitly in jail.conf.

However, since the interface that an address is meant for is always specifi=
ed
in jail.conf anyway (either via the interface parameter or the if|address
format in ip4.addr and ip6.addr) it would be even nicer if we could generate
the interface index directly from the interface information in jail.conf, i=
.e.

ip6.addr =3D 'lo1|fe80::dead:beef'=20

or

interface =3D 'lo1'
ip6.addr =3D 'fe80::dead:beef'

should suffice for the sake of convenience. I guess one could map these for=
ms
to fe80::dead:beef%if and then map this to the index form like you suggeste=
d.

--=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-OjXSqgipLG>