Attached are 2 patches for ryu.

1. 0001-of_v1_0:-Added-supportfortheNXM_NX_TUN_IPV4_{SRC&DST}[_W]fields
This add support for the NXM_NX_TUN_IPV4_DST and NXM_NX_TUN_IPV4_SRC headers 
available in the nicira extension for OF v1.0 described here: 
http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob;f=include/openflow/nicira-ext.h.

2. 0001-of_v1_0:-Fixed-the-flow-format-logic-to-set-it-correctly-when
When using the ClsRule class in the ofproto/nx_match module, if you set a 
register to be used in the match, that part of the match never got written down 
to the flow.  For instance
rule = ClsRule()
rule.set_reg(0, 123)
you would expect this to create a flow entry that included reg0=123 (using the 
ofctl dump command that is).  However it did not.  This was due to the fact 
that the flow format was never set to NXT.  This modifies the logic that 
returns the flow format to check the reg_bits and if > 0 then set the flow 
format to NXT.


If I did not format these correctly, or did not format this email correctly 
please let me know, this is mt first project that uses this type of change 
management.

Thanks,

-Alan Quillin

Attachment: binqRblxG2n5f.bin
Description: 0001-of_v1_0&%-Added-supportfortheNXM_NX_TUN_IPV4_{SRC&DST}[_W]fields.patch

Attachment: binidkWtCKrmD.bin
Description: 0001-of_v1_0&%-Fixed-the-flow-format-logic-to-set-it-correctly-when.patch

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
www.gigenet.com
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to