Changes between Version 5 and Version 6 of Internal/OpenFlow/Controllers/BigSwitch


Ignore:
Timestamp:
May 16, 2011, 1:25:46 AM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/BigSwitch

    v5 v6  
    119119:25.886000", "active": true, "buffers": 256}
    120120}}}
    121 ==== 2.2.2 Modifying flows (HTTP PUT) ====
     121==== 2.2.2 Modifying flows (HTTP PUT/DELETE) ====
     122HTTP PUT messages are used to modify flows. The basic syntax is as follows:
    122123
     124 `curl -X [PUT|DELETE] -d '{"config-params"}' http://localhost:8000/rest/parameter-to-change/`
     125
     126where `config-params` is in JSON format and the options based on `dpctl` parameters. 
    123127
    124128