Re: [Ryu-devel] PATCH for File NX_Match

2013-03-31 Thread FUJITA Tomonori
On Thu, 28 Mar 2013 16:28:59 +0100 Christopher Scherb wrote: > Hello, > > I implemented the nw_src_mask and nw_src_mask according to the Flow > Match Structures in the Openflow-Spec-v1.0.0, Section 5.2.3. > (/* IP source address wildcard bit count. 0 is exact match, 1 ignores the > * LSB, 2 igno

Re: [Ryu-devel] PATCH for File NX_Match

2013-03-28 Thread Christopher Scherb
Hello, I implemented the nw_src_mask and nw_src_mask according to the Flow Match Structures in the Openflow-Spec-v1.0.0, Section 5.2.3. (/* IP source address wildcard bit count. 0 is exact match, 1 ignores the * LSB, 2 ignores the 2 least-significant bits, ..., 32 and higher wildcard * the entire

Re: [Ryu-devel] PATCH for File NX_Match

2013-03-24 Thread FUJITA Tomonori
On Sun, 24 Mar 2013 13:45:52 +0100 Christopher Scherb wrote: > I extended the file nx_match.py (ryu/ryu/ofproto/nx_match.py). Great, thanks! > 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,

[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