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

Wrong type of oxm_ids inside ofp_action_copy_field #584

Open
kghost opened this issue Mar 7, 2018 · 1 comment
Open

Wrong type of oxm_ids inside ofp_action_copy_field #584

kghost opened this issue Mar 7, 2018 · 1 comment

Comments

@kghost
Copy link

kghost commented Mar 7, 2018

oxm_ids is uint32_t of oxm type length, not oxm object.

From Openflow spec 1.5.1 page 100:

The elements of that list are 32-bit OXM headers for non-experimenter OXM fields or 64-bit OXM headers for experimenter OXM fields, those OXM fields don’t include any payload.

@kghost
Copy link
Author

kghost commented Mar 7, 2018

Also ofp_action_copy_field should derive from of_action

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

No branches or pull requests

1 participant