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

Pw cleanup #17009

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Pw cleanup #17009

merged 2 commits into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. zebra: Move pw status settting until after we get results

    Currently the pw code sets the status of the pw for install
    and uninstall immediately when notifying the dplane.  This
    is incorrect in that we do not actually know the status at
    this point in time.  When we get the result is when to set
    the status.
    
    Signed-off-by: Donald Sharp <[email protected]>
    donaldsharp committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f50b1f7 View commit details
    Browse the repository at this point in the history
  2. zebra: Do not retry in 30 seconds on pw reachability failure

    Currently the zebra pw code has setup a retry to install the
    pw after 30 seconds when it is decided that reachability to
    the pw is gone.  This causes a failure mode where the
    pw code just goes and re-installs the pw after 30 seconds
    in the non-reachability case.  Instead it should just be
    reinstalling after reachability is restored.
    
    Signed-off-by: Donald Sharp <[email protected]>
    donaldsharp committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a8af2b2 View commit details
    Browse the repository at this point in the history