https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293228

--- Comment #8 from Jamie Gritton <[email protected]> ---
The best thing for this situation would be a jail configuration that contains a
single jail that is responsible for bring the IP alias up and down, and other
jails that may also use that IP. Perhaps something like:

ip
{
  persist;
  ip4.addr = "xx0|10.11.12.13";
}
ip.jail1 { ... }
ip.jail2 { ... }

The "ip" jail desn't even need to have processes or its own directory or
anything.  It exists merely to make suer that the other jails have the IP
address set up for them.

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

Reply via email to