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

isisd: don't crash when isis_sock_init fails #2686

Merged

Commits on Jul 19, 2018

  1. isisd: don't crash when isis_sock_init fails

    When isis_sock_init fails in isis_circuit_up, isis_circuit_down would
    be called to cancel timers which were scheduled. However
    isis_circuit_down would immediately return, since the state had not been
    changed to 'UP' yet.
    
    Fix this by having isis_circuit_down always cancel all the timers.
    
    Signed-off-by: Christian Franke <chris@opensourcerouting.org>
    cfra committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    d4670f5 View commit details
    Browse the repository at this point in the history