Hi,
On 2017年05月25日 20:04, Aymn Khallel wrote: > Dear > I am a Ph.D. student, I want to add new Experimenter Match to the OpenFlow > protocol. > So, How to Add an OpenFlow Experimenter Match? > Is there any documented way to add an Experimenter Match to the Rye? AFAIK, there is no document for such purpose... But implementing your own Experimenter Match is not so difficult, I guess. Just adding the definition like the following. https://github.com/osrg/ryu/blob/master/ryu/ofproto/ofproto_v1_3.py#L1191-L1197 If you need your own Experimenter Match class (e.g., MyExperimenter) which has own "Experimenter ID", please implement it into this module. https://github.com/osrg/ryu/blob/master/ryu/ofproto/oxm_fields.py Thanks, Iwase > > Best regards > Eng Ayman Khallel Ibrahim > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel