Hi,

On 2015年09月24日 10:07, Anees Mohsin Hadi Al-Najjar 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?

If you use OpenFlow 1.3, please specify 'eth_type' instead.
Because 'dl_type' is not defined in OpenFlow 1.3 Spec.
 http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#flow-match-structure

Thanks,
Iwase

>  
> 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

Reply via email to