On Mon, 16 Dec 2013 14:14:29 +0900 Yuichi Ito <[email protected]> wrote:
> this set makes rest_firewall work correctly about the flow_mod message that > sends packet_in in OpenFlow 1.3. > > before applying this set: > > - rest_firewall sends a packet_in message of which data length is 0 when > the protocol version is 1.3. > > after applying this set: > > - rest_firewall sends a packet_in message of which data length is the > specified size when the protocol version is 1.3. > > > Yuichi Ito (2): > lib: ofctl: support the specified max_len of flow_mod > rest_firewall: use the explicit max_len of flow_mod > > ryu/app/rest_firewall.py | 3 ++- > ryu/lib/ofctl_v1_0.py | 9 +++------ > ryu/lib/ofctl_v1_2.py | 5 ++--- > ryu/lib/ofctl_v1_3.py | 2 +- > 4 files changed, 8 insertions(+), 11 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
