Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 15:24:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        jail@FreeBSD.org
Subject:   [Bug 229968] jail can see other interfaces in linprocfs
Message-ID:  <bug-229968-29815-xX2Eyoz7qI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229968-29815@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229968-29815@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=3D229968

--- Comment #4 from Jason Mader <jasonmader@gmail.com> ---
(In reply to Jamie Gritton from comment #3)

There is an odd behavior with IP aliases. If two jails use the same address,

first {
  interface =3D ix0;
  ip4.addr =3D 192.0.2.1;
}
second {
  interface =3D ix0;
  ip4.addr =3D 192.0.2.1;
}

When either jail is started, the IP aliases are created. When either jail is
stopped, the IP aliases are removed; even if the other jail is still runnin=
g.

--=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-229968-29815-xX2Eyoz7qI>