On Thu, Sep 24, 2015 at 10:04 AM, Anees Mohsin Hadi Al-Najjar <[email protected]> wrote: > Dear All, > > > > I am writing my first Ryu controller using OpenFlow 1.3. > > > > When I write > > parser.OFPMatch(in_port=1, dl_type=0x806) > > there is an error which is “unknown match field dl_type” > > > > Please, How can I fix this problem?
you can use eth_type instead. > > > > Thanks a lot > > > > Anees > > > > > ------------------------------------------------------------------------------ > 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 > ------------------------------------------------------------------------------ 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
