-
Notifications
You must be signed in to change notification settings - Fork 4
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
Not generating flowmods for OpenFlow 1.3 #80
Comments
Hmmm... what version of ocaml-openflow are you using? Do you invoke SDN.setup_flow_table directly? |
Yeah. He's also using lwt. |
@basus can you try using the latest from master? There were a couple of issues with setup_flow_table that got fixed after we switched to async. |
But those would only have gotten fixed in async, right? |
I'm using the current HEAD of the master branch. I am generating my own flow tables. I'm trying to narrow down the problem now. |
@basus: how does your flow table look like? perhaps we can move the discussion to IRC? |
Having trouble getting to IRC and my battery is dying. I've narrowed down the problem to the |
Hi Basu, Some questions:
-N On Tue, Jan 21, 2014 at 4:08 PM, Shrutarshi Basu
|
Yes, the core issue is that the 0x04 code does not seem to have support for dealing with queues at all. |
This is just one new action though, right? If so, should be easy to add. -N On Mon, Feb 3, 2014 at 1:14 PM, Shrutarshi Basu [email protected]:
|
I'm trying to use ocaml-openflow with some hardware switches running openvswitch and OpenFlow 1.3. The switches connect properly but it seems like the
SDN.setup_flow_table
function does not correctly send out flow mods. I've looked at the links with Wireshark and I can see regular Echo Request and Reply messages, but no flow mods. It also seems like thesetup_flow_table
function does not return.The text was updated successfully, but these errors were encountered: