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

topology: fix panic and make overBindAddr public #3034

Merged
merged 1 commit into from
Aug 22, 2019

Conversation

sgmonroy
Copy link
Contributor

@sgmonroy sgmonroy commented Aug 22, 2019

Both PublicOverlay and BindOverlay methods on TopoBRAddr would panic
there is no address set for the requested overlay type.

This change fixes that and also makes OverBindAddr a public type so it
is easier to work with it as the only way to get such objects is by
parsing a topology file.


This change is Reviewable

Both PublicOverlay and BindOverlay methods on TopoBRAddr would panic
there is no address set for the requested overlay type.

This change fixes that and also makes OverBindAddr a public type so it
is easier to work with it as the only way to get such objects is by
parsing a topology file.
@sgmonroy sgmonroy force-pushed the topo-fix-topobr-panic branch from 7e1a032 to 622c939 Compare August 22, 2019 15:54
Copy link
Contributor

@scrye scrye 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 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@sgmonroy sgmonroy merged commit 5843727 into scionproto:master Aug 22, 2019
@sgmonroy sgmonroy deleted the topo-fix-topobr-panic branch August 26, 2019 07:40
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.

2 participants