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

combinator: enable header v2 path combination #3812

Merged
merged 1 commit into from
Jun 30, 2020

Conversation

oncilla
Copy link
Contributor

@oncilla oncilla commented Jun 30, 2020

Add combinator logic that is capable of handling v2 segments.

The combinator decides whether a segment is v1 or v2 based on the
value in the ISD field of the control plane segment. In v1, this
field is always non-zero, in header v2 this is always zero.

The SCION Daemon API is extended such that it attaches the header version
to the replies. Client logic then decides whether to initialize the
path as header v1 or header v2 path.


This change is Reviewable

Add combinator logic that is capable of handling v2 segments.

The combinator decides whether a segment is v1 or v2 based on the
value in the ISD field of the control plane segment. In v1, this
field is always non-zero, in header v2 this is always zero.

The SCION Daemon API is extended such that it attaches the header version
to the replies. Client logic then decides whether to initialize the
path as header v1 or header v2 path.
Copy link
Contributor Author

@oncilla oncilla left a comment

Choose a reason for hiding this comment

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

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

@oncilla oncilla merged commit c41652d into scionproto:master Jun 30, 2020
@oncilla oncilla deleted the pub-combinator branch June 30, 2020 14:30
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.

1 participant