Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Ensure systemd-networkd-wait-online works properly#123

Merged
majst01 merged 1 commit into
masterfrom
fix-systemd-networkd-wait-online
May 23, 2025
Merged

Ensure systemd-networkd-wait-online works properly#123
majst01 merged 1 commit into
masterfrom
fix-systemd-networkd-wait-online

Conversation

@robertvolkmann
Copy link
Copy Markdown
Contributor

Description

To ensure the unnumbered interfaces enter the "configured" state, which is required for systemd-networkd-wait-online to work properly, all dynamic address configuration mechanisms like DHCP= and IPv6AcceptRA= need to be disabled. Otherwise, the interface will remain in the "configuring" state, and systemd-networkd-wait-online will timeout for the interface.

By default, IPv6AcceptRA is enabled and controls the userspace implementation of the IPv6 RA protocol in systemd-netword. This means there is so no interference with FRR.

To ensure the unnumbered interfaces enter the "configured" state, which is required for `systemd-networkd-wait-online` to work properly, all dynamic address configuration mechanisms like DHCP= and IPv6AcceptRA= need to be disabled. Otherwise, the interface will remain in the "configuring" state, and systemd-networkd-wait-online will timeout for the interface.

By default, IPv6AcceptRA is enabled and controls the userspace implementation of the IPv6 RA protocol in `systemd-netword`. This means there is so no interference with FRR.
@robertvolkmann robertvolkmann requested a review from a team as a code owner May 7, 2025 17:57
@majst01
Copy link
Copy Markdown
Contributor

majst01 commented May 8, 2025

Nice ! Glad you found this, we where not able to figure out the reason for that behavior. To test this properly a PR for with this in metal-images would do the trick

@majst01 majst01 merged commit ca2f8d3 into master May 23, 2025
1 check passed
@majst01 majst01 deleted the fix-systemd-networkd-wait-online branch May 23, 2025 10:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants