[Bug 271069] syslogd service inside client jail requires restart before server jail receives logs

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 16 Aug 2023 15:58:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271069

Jamie Gritton <jamie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamie@FreeBSD.org

--- Comment #9 from Jamie Gritton <jamie@FreeBSD.org> ---
I wouldn't want to change SIOCAIFADDR or /sbin/ifconfig, because adding a lot
of IPv6 addresses (which with that address space could easily happen) could end
up taking a long time.  The proper order is to set all the addresses, and then
sleep once.

I might need to fix this inside of jail(8).  There's a sleep in /etc/rc.d/netif
to handle just this situation, but the alias address setting is done within
jail itself.  It would be a similar strategy, set all the addresses, and then
sleep once (if any were IPv6).

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