Date: Wed, 16 Aug 2023 15:58:35 +0000 From: bugzilla-noreply@freebsd.org To: jail@FreeBSD.org Subject: [Bug 271069] syslogd service inside client jail requires restart before server jail receives logs Message-ID: <bug-271069-29815-HrIlaOK7jo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271069-29815@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271069-29815-HrIlaOK7jo>
