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

BR: Fatal on irrecoverable errors #3547

Merged
merged 3 commits into from
Dec 19, 2019
Merged

Conversation

oncilla
Copy link
Contributor

@oncilla oncilla commented Dec 19, 2019

When an irrecoverable error happens, the posix output routine just
hangs and never terminates.

With this change, the border router fatals out instead of running in a
broken state, because there is no easy way for an operator to
re-initialize the interface with a new output routine.

fixes #3050


This change is Reviewable

@oncilla oncilla added this to the Q4S5.D milestone Dec 19, 2019
@oncilla oncilla requested a review from sgmonroy December 19, 2019 13:46
When an irrecoverable error happens, the posix output routine just
hangs and never terminates.

With this change, the border router fatals out instead of running in a
broken state, because there is no easy way for an operator to
re-initialize the interface with a new output routine.

fixes scionproto#3050
Copy link
Contributor

@sgmonroy sgmonroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@oncilla oncilla merged commit 767bb3b into scionproto:master Dec 19, 2019
@oncilla oncilla deleted the pub-br-fatal branch December 19, 2019 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BR: Send error makes posix output hang
2 participants