On Tue, 19 Jan 2016 10:51:04 +0900
Yusuke Iwase <[email protected]> wrote:

> Hi Fujita-San,
> 
> Thank you for reviewing my patches.
> 
> On 2016年01月19日 10:09, FUJITA Tomonori wrote:
>> Hmm, I can't apply this cleanly. Looks like this mail sent a header
>> with, Content-Transfer-Encoding: base64, might cause the problem.
>> 
>> Can you resend?
>> 
>> On Wed,  6 Jan 2016 09:31:31 +0900
>> IWASE Yusuke <[email protected]> wrote:
>> 
>>> This patch enables ofctl_v1_*.py to use the reserved OpenFlow
>>> numbers (e.g. port numbering such as "OFPP_CONTROLLER") in the
>>> request and reply parameters of ofctl_rest.py.
>>>
>>> Example:
>>>   - When adding a flow entry:
>>>     $ curl -X POST -d '{
>>>         "dpid": 1,
>>>         "actions":[
>>>             {
>>>                 "type": "OUTPUT",
>>>                 "port": "CONTROLLER"
>>>             }
>>>         ]
>>>      }' http://localhost:8080/stats/flowentry/add
>>>
>>>   - When getting flows stats:
>>>     $ curl -X GET http://localhost:8080/stats/flow/1
>>>     {
>>>       "1": [
>>>         {
>>>           ...
>>>           "actions": [
>>>             "OUTPUT:CONTROLLER"
>>>           ],
>>>           ...
>>>         }
>>>       ]
>>>     }
>>>
>>> Suggested-by: Sergio Andrés Rivera Polanco <[email protected]>
> 
> Sorry, unicode characters were included in the above line.
> I will resend my patches.

Sending a patch as attachment is fine.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to