From 667219c522065a7aa5b409d95b11fc56761e7390 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Fri, 1 Nov 2024 18:20:50 +0000 Subject: [PATCH] Delay starting zone-network-service until in.ndpd is online There is a race condition between being able to configure an addrconf address on an interface, and the NDP daemon starting up. If they start in parallel, there is a chance that configuring network interfaces will fail resulting in a broken zone. There is a fix to implement better handling of the conflict in stlouis but we should also just wait for the NDP service to come up before attempting to configure interfaces. Fixes #6947 (along with stlouis#650) --- smf/zone-network-setup/manifest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/smf/zone-network-setup/manifest.xml b/smf/zone-network-setup/manifest.xml index a612d5ac29..e7dc1e496b 100644 --- a/smf/zone-network-setup/manifest.xml +++ b/smf/zone-network-setup/manifest.xml @@ -12,6 +12,12 @@ + + + + +