- Dec 21, 2014
-
-
Ryan Izard authored
-
- Nov 01, 2014
-
-
hwchiu authored
1. Modify the wm/core/switch/${id}/flow/json's return format, it use a array to shows the flow entries, e.g. I think this format is more convenience for restapi caller. "flows": [ { "byte_count": "2498", "cookie": "0", "duration_sec": "4", "flags": "0", "hard_timeout_sec": "0", "idle_timeout_sec": "0", "instructions": { "apply_actions": { "output": "-3" } }, "match": {}, "packet_count": "33", "priority": "32768", "table_id": "0", "version": "OF_13" }, { "byte_count": "0", "cookie": "9007199254740992", "duration_sec": "2", "flags": "0", "hard_timeout_sec": "0", "idle_timeout_sec": "5", "instructions": { "apply_actions": { "output": "1" } }, "match": { "dl_dst": "e6:85:22:16:59:87", "dl_src": "b2:ac:81:4a:92:57", "dl_type": "2054", "ingress_port": "2" }, "packet_count": "0", "priority": "0", "table_id": "0", "version": "OF_13" }, 2. Adding the new coloum write_actions and replace the original action field to apply_actions. 3. Since the OF1.1+ use the OXM format to present the match filed, we don't need to use the wildcard to check what kind of the fild be used in the flow, we can directly use the query result. If we want to make it compatible with OF1.0, we need to use the version field to check in the javascript and modify the way how we get the match rules. 4. It has only been test with the default forwarding module and the flow entries looks right. It need to be tested with other match rule and actions. 5. replace the tab with 4-spaces
-
- Nov 13, 2012
-
-
Wes Felter authored
-
- Aug 08, 2012
-
-
Wes Felter authored
-
- Aug 07, 2012
-
-
Wes Felter authored
-
Wes Felter authored
-
- Jun 14, 2012
-
-
Wes Felter authored
Display port name (ethN, brN, etc.) for OVS ports. Cleaned up some more formatting.
-
Wes Felter authored
-
- Jun 13, 2012
-
-
Wes Felter authored
Updated UI to match REST API changes. Commented out references to VLANs since they're not implemented. Fixed some more space/tab formatting.
-
Wes Felter authored
-
- May 07, 2012
-
-
Rob Sherwood authored
-
- May 04, 2012
-
-
Mike Cohen authored
Removing a couple placeholders unlikely to be filled in for the near future. Would be great to get uptime but have no api for it right now.
-
Mike Cohen authored
-
- May 01, 2012
-
-
Rob Adams authored
-
- Apr 20, 2012
-
-
Wes Felter authored
-
- Apr 18, 2012
-
-
Wes Felter authored
-