Hi, Thank you for submitting your patch. We very welcome your contributing! You can add your code to Ryu by sending your patch to this mailing list. https://github.com/osrg/ryu/blob/master/CONTRIBUTING.rst#submitting-a-change
For the NXM match fields, nicra_ext.py is the appropriate place to add. Also, for the doc for NXM, please refer to the following. http://ryu.readthedocs.io/en/latest/nicira_ext_ref.html#module-ryu.ofproto.nicira_ext FYI, I made a patch for NXM_NX_IP_TTL before. (Sorry, I have not post this as a formatted patch...) https://www.mail-archive.com/[email protected]/msg12147.html Thanks, Iwase On 2016年09月26日 23:52, Sugrim, Shridatt wrote: > Greetings, > > > > I'm working on a project that required me to use the NXM_NX_IP_TTL match. I > was not able to craft such a match with the code that is currently on the > repo. I added an oxm filed to the nicra_ext.py file so that I could create > the matches and I was able to use them with my copy of OVS. I've created a > pull request #56 to contribute back the change. > > > > Was my change the correct place to make this adjustment? Is there a more > appropriate place to have this match field? I was unable to find in the docs > an example, or discussion about how to properly use the nicra-extention > matches. If this is missing I'd be happy to contribute my notes on how I > did it. > > > > Thanks, > > -(James) Shridatt Sugrim > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
