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

Adding an experimenter OXM Id using setOxmIds(List<U32>) #534

Open
SADIQIoT opened this issue Jan 29, 2017 · 0 comments
Open

Adding an experimenter OXM Id using setOxmIds(List<U32>) #534

SADIQIoT opened this issue Jan 29, 2017 · 0 comments

Comments

@SADIQIoT
Copy link

SADIQIoT commented Jan 29, 2017

Hi,
I am trying to add an experimenter field in the OFTableFeature message using the property OFTableFeaturePropMatch. The setOxmIds(List<U32>) method can only take a list of U32's which is the length of a basic oxm field header. However, the experimenter field header is 64bits, so it cannot be added using this method.
Can you lead me to how to overload the setOxmIds to take a generic list (which can accept both U32 and U64 )? Or any other workaround you can think of.

Thanks,
Enas

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