ryu / [Ryu-devel] Ryu, mininet and VLANs "AttributeError ...
sourceforge.net › p › ryufield = parser.OFPMatchField.make(ofproto.OXM_OF_VLAN_VID,10) AttributeError: 'module' object has no attribute 'OFPMatchField' I have attached my full code ///// from ryu.base import app_manager from ryu.controller import ofp_event from ryu.controller.handler import CONFIG_DISPATCHER, MAIN_DISPATCHER from ryu.controller.handler import set_ev ...