Hi Vinllen,

On 2015年05月25日 20:51, Vinllen Chen wrote:
> Hi, Dear all:
>     
>     I want to use the ofp_parser.OFPFlowMod the send the group table into 
> openflow switch to realize ecmp path, do you have any documents or example 
> that i can follow ?

If you want to install an group table entry, you should use
'Modify Group Entry Message' (which is OFPGroupMod in Ryu).

And for the Ryu OpenFlow API documents, the Ryu documentation page is the most 
useful,
but currently, can not see. (Sorry, I don't know why...)
  http://ryu.readthedocs.org/en/latest/ofproto_ref.html

Workaround:
If you have Ryu source code, please build the documents at your local machine.
 e.g.)
   $ cd ryu/doc
   $ make html
Then, you can see the Ryu documentation file in the following directory.
  ryu/doc/build/html/index.html

Thanks,
Iwase

> 
>     Greate appreciate for anyone's reply.
> 
> Best regards,
> Vinllen
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to