On Mon, 7 Sep 2015 15:15:32 +0900 Yusuke Iwase <[email protected]> wrote:
> serialize_old() and set_in_port() method are for the old API of OFPMatch. > These are dropped in OF1.4+. > Could you try the new API of OFPMatch as follow? > I think the new API supports the masked in_port match field. > e.g.) > # OFPMatch(field_name=(value, mask)) > match = parser.OFPMatch(in_port=(0x01, 0x03)) Yeah, please use the new API. We could merge your patch but I really avoid to touch the old obsolete API. ------------------------------------------------------------------------------ Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
