Changes between Version 5 and Version 6 of Internal/OpenFlow/Controllers/BigSwitch
- Timestamp:
 - May 16, 2011, 1:25:46 AM (14 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Internal/OpenFlow/Controllers/BigSwitch
v5 v6 119 119 :25.886000", "active": true, "buffers": 256} 120 120 }}} 121 ==== 2.2.2 Modifying flows (HTTP PUT) ==== 121 ==== 2.2.2 Modifying flows (HTTP PUT/DELETE) ==== 122 HTTP PUT messages are used to modify flows. The basic syntax is as follows: 122 123 124 `curl -X [PUT|DELETE] -d '{"config-params"}' http://localhost:8000/rest/parameter-to-change/` 125 126 where `config-params` is in JSON format and the options based on `dpctl` parameters. 123 127 124 128  
