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]> > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/lib/ofctl_utils.py | 92 ++++++++++++++++++++++++++++++++++++++++ > ryu/lib/ofctl_v1_0.py | 50 ++++++++++++++-------- > ryu/lib/ofctl_v1_2.py | 99 +++++++++++++++++++++++-------------------- > ryu/lib/ofctl_v1_3.py | 112 > +++++++++++++++++++++++++++---------------------- > 4 files changed, 239 insertions(+), 114 deletions(-) > create mode 100644 ryu/lib/ofctl_utils.py ------------------------------------------------------------------------------ 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
