>>> diff --git a/ryu/ofproto/oxs_fields.py b/ryu/ofproto/oxs_fields.py >>> new file mode 100644 >>> index 0000000..ec2049b >> >> this module looks very similar to oxm_fields.py. >> have you considered to share code? >> i think the standard uses the same convention oxm and oxs >> intentionally to allow implementers share the logic. > > I hadn't considered it. I'll try it. > > By the way, if merge the code of OXM and OXS, > I think oxm_fields.py need to rename as ofpx_field.py or something, > do you think it reasonable? > > OR... > Do you prefer to add oxs_fields.py and with importing/reusing logics > (eg. _from_user, etc) from oxm_fields.py?
i don't have a strong preference either ways. btw what does ofpx stand for? YAMAMOTO Takashi ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
