Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay starting zone-network-service until in.ndpd is online #6982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 1, 2024

  1. 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)
    citrus-it committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    667219c View commit details
    Browse the repository at this point in the history