On Mon, Sep 03, 2012 at 06:58:28PM +0900, OHMURA Kei wrote: > Hi, Hi. Di you have a look at my proposal before? At leaset, your patch lacks - frame work to handle request/reply. - frame work to handle error case. - frame work to handle multiple reply.
My proposal lacks (because it was before OF1.1+ support) - OF 1.1+ support thanks, > This patches implement the REST API for accessing state This module > helps your debugging and retrieving various statistics. > > patch 1: introduce OF interface for talking with a switch > patch 2: supports REST API > > v1 -> v2 > - separate the REST part from the OF interface > > > Thanks, > kei > > > -- > OHMURA Kei (2): > ryu/lib/ofctl_v1_0: introduces OF interface > ryu/app/ofctl_rest: implements ofctl_rest app > > ryu/app/ofctl_rest.py | 221 +++++++++++++++++++++++++++++++++++++++++++++ > ryu/lib/ofctl_v1_0.py | 237 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 458 insertions(+) > create mode 100644 ryu/app/ofctl_rest.py > create mode 100644 ryu/lib/ofctl_v1_0.py > > -- > 1.7.9.5 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > -- yamahata ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
