[Bug 165769] [rc][jai][ipv6] IPv6 Initialization on external iface is too slow for jail

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 Aug 2022 23:28:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165769

jbe@magnetkern.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbe@magnetkern.de

--- Comment #6 from jbe@magnetkern.de ---
I still suffer this problem as of today.

I use the following workaround in my /etc/jail.conf:

  exec.start = "sleep 1; sh /etc/rc";
  exec.stop = "sh /etc/rc.shutdown; sleep 1";

This lets me start the jails manually without problems, but if I set
jail_enable="YES" in /etc/rc.conf, I still have problems with IPv6 when the
jails are started automatically.

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