Re: [Ryu-devel] Ryu apps for management

2014-05-30 Thread FUJITA Tomonori
Hi, Please send to ryu-devel mailing list. On Fri, 30 May 2014 04:06:33 -0600 "Dr. Jose Manuel Ballester" wrote: > 1-) Does Ryu support benchmarking with cbench? Ryu worked with cbench but I have not tried for a while. > 2-) Does Ryu support some traffic enginnering application or load > bala

[Ryu-devel] [PATCH] ofctl_v1_2/3: MAC arbitrary bitmask support

2014-05-30 Thread takahashi.minoru
ofctl_rest is now enabled to use MAC arbitrary bitmask as follows: curl -X POST -d '{"dpid": 1, "actions":[{"port":2, "type":"OUTPUT"}], "match":{"dl_dst":"01:02:03:ab:cd:ef/ff:ff:ff:ff:00:00"}}' http://localhost:8080/stats/flowentry/add And now enabled