Hi Gavin,

  You can check flow entries on LINC-Switch console by giving the Erlang
function call * linc_us4_flow:get_flow_table(0,0).* The first parameter is
switch id and the second is table id. If you use OpenFlow 1.3 and above you
can have multiple flow tables. You can find ryu-controller code from here
which creates two flow tables.
https://github.com/FlowForwarding/LINC-Switch/blob/master/scripts/ryu/l2_switch_v1_3.py


Thanks
Gandhimathi

On 19 May 2015 at 20:56, Gavin Chan <c8c8c...@gmail.com> wrote:

> Hi all:
>
> Now I have Ryu Controller and LINC Switch, and I was add some flow entry
> in the flow table. But it seems the actions is not I want.
>
> And my question is how can I see/check the flow entry in the LINC Switch
> or Ryu Controller?
>
> If you have any solution, please tell me know.
>
> Thanks a lot.
>
> Best Regards,
> Gavin
>
>
> ------------------------------------------------------------------------------
> 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
> Ryu-devel@lists.sourceforge.net
> 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
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to