We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to use ASNs > 255 in SCION, an error is issued when building the topology: AssertionError: can't use auto: asn > 255.
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.
0123:4567:89ab
I once already fixed that, I'll update my changes to the newest version and create a pull request...
The text was updated successfully, but these errors were encountered:
LencigGaer
Successfully merging a pull request may close this issue.
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...
The text was updated successfully, but these errors were encountered: