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

Fix for ASNs > 255 #6

Open
LencigGaer opened this issue Jan 23, 2025 · 0 comments · May be fixed by #28
Open

Fix for ASNs > 255 #6

LencigGaer opened this issue Jan 23, 2025 · 0 comments · May be fixed by #28
Assignees
Labels
bug Something isn't working

Comments

@LencigGaer
Copy link
Member

When trying to use ASNs > 255 in SCION, an error is issued when building the topology: AssertionError: can't use auto: asn > 255.

The reason is that the SCION PKI tool expects ASNs > 255 to be in 0123:4567:89ab format.

I once already fixed that, I'll update my changes to the newest version and create a pull request...

@LencigGaer LencigGaer self-assigned this Jan 23, 2025
@LencigGaer LencigGaer added the bug Something isn't working label Jan 23, 2025
@LencigGaer LencigGaer linked a pull request Jan 27, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant