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

Support OpenFlow from 1.0 to 1.5? #144

Open
xgfone opened this issue Sep 26, 2018 · 2 comments
Open

Support OpenFlow from 1.0 to 1.5? #144

xgfone opened this issue Sep 26, 2018 · 2 comments

Comments

@xgfone
Copy link

xgfone commented Sep 26, 2018

Does this project support OpenFlow from 1.0 to 1.5? Or only support a certain version, such as 1.3?

@ybubnov
Copy link
Member

ybubnov commented Sep 26, 2018

Hi @xgfone. Unfortunately this library does not provide an ability to use features of OpenFlow 1.5 out-of-box.

Alternatively, you could define custom types and use them. The interface gives you just bytes that your code could interpret as you wish.

@ybubnov
Copy link
Member

ybubnov commented Sep 26, 2018

There is a project that I've created late in a 2017, where I wanted to add advanced support of OpenFlow 1.5 protocol: https://github.com/netrack/openflow/projects/2. Due to the lack of free time I haven't even started it.

If you have understanding of how this could be implemented or willing to do this, I'm open to any sort of activities 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants