[Ryu-devel] [PATCH] NX_Match match_tuple()

2013-04-04 Thread Christopher Scherb
Hello, I updated the code for the match_tuple() function: It installs the match for the network src/dst if the mask is valid, else the nw src/dst is ignored. My last patch had an error there, sorry. Changes: FIX: match_tuple() function now handles nw src/dst correctly. FIX: match_tuple function no

Re: [Ryu-devel] PATCH for File NX_Match

2013-03-28 Thread Christopher Scherb
wildcards |= (maskbits << ofproto_v1_0.OFPFW_NW_DST_SHIFT) if self.flow.tp_src != 0: wildcards &= ~ofproto_v1_0.OFPFW_TP_SRC 2013/3/24 FUJITA Tomonori : > On Sun, 24 Mar 2013 13:45:52 +0100 > Christopher Scherb wrote: > >> I

[Ryu-devel] PATCH for File NX_Match

2013-03-24 Thread Christopher Scherb
Hello, I extended the file nx_match.py (ryu/ryu/ofproto/nx_match.py). Changes: Extended the file nx_match.py: In line 317 of the file there was a FIXME ("FIXME: Add support for dl_vlan, fl_vlan_pcp, nw_tos, nw_proto, nw_src, nw_dst, tp_src and dp_dst to self"). The function "match_tuple" of the cl

[Ryu-devel] Mod_Nw_Src and Mod_Nw_Dst with RYU and Openflow 1.2

2013-03-20 Thread Christopher Scherb
arser? Thank you for your help in advanced. Best Regards Christopher Scherb -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.ne