[Bug 229968] jail can see other interfaces in linprocfs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 23 15:24:22 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229968
--- Comment #4 from Jason Mader <jasonmader at 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 = ix0;
ip4.addr = 192.0.2.1;
}
second {
interface = ix0;
ip4.addr = 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 running.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-jail
mailing list