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

Reorder P4 struct key initializers and blocks #335

Merged
merged 1 commit into from
Feb 4, 2016
Merged

Reorder P4 struct key initializers and blocks #335

merged 1 commit into from
Feb 4, 2016

Conversation

drzaeus77
Copy link
Collaborator

The basic_routing.p4 program was failing verification due to missed map
key initializers in some paths. Put the goto label at the head of the
block and add a " = {}" for each key declaration inside the block.

Signed-off-by: Brenden Blanco [email protected]

The basic_routing.p4 program was failing verification due to missed map
key initializers in some paths. Put the goto label at the head of the
block and add a " = {}" for each key declaration inside the block.

Signed-off-by: Brenden Blanco <[email protected]>
4ast added a commit that referenced this pull request Feb 4, 2016
Reorder P4 struct key initializers and blocks
@4ast 4ast merged commit 3ffffa7 into master Feb 4, 2016
@drzaeus77 drzaeus77 deleted the p4-fixes branch February 7, 2016 05:20
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