Re: [Ryu-devel] combine two application

2016-09-10 Thread Luis Zárate
I have the same question, I want to controller a firewall and router and
nat in the same data path with an instance of ryu.



El miércoles, 7 de septiembre de 2016, wesam kh 
escribió:
> hi ryu team
> I need to combine two application first :firewall like in ryu book in
single tenant and second: per-flow QoS and I have  custom network
> and I using the script code in controller :
>
> ryu-manager  ryu.app.rest_firewall ryu.app.rest_qos
ryu.app.qos_simple_switch_13 ryu.app.rest_conf_switch
> but I have some error when I need to check the status of firewall I get
disable for all switches , also when I check the queue I get the queue=0 !
> can any one tell how can I solve this 
> you see attachments
> thank you in advance
>
>
> Wisam Maala
>

-- 
"La utopía sirve para caminar" Fernando Birri
--
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


[Ryu-devel] Official NAT App

2016-09-10 Thread Luis Zárate
Is there any official nat app for ryu ?  If Is not, is there any NAT (dnat
and snat) app that I can use in my lab?



-- 
"La utopía sirve para caminar" Fernando Birri
--
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel


[Ryu-devel] Ho to extract message type (e.g. pktIN/pktOut) from OpenFlow v1.3 header structure?

2016-09-10 Thread Maurizio Marrocco
Hi Ryu team.
The question is the following: How to extract message ofp_type (e.g. 
OFPT_PACKET_OUT or OFPT_PACKET_IN) from openflow v1.3 ofp_header structure?
I would to do this statement:

if(header(received PDU)==PacketOut)
do something.

Have some reference in the documentation about this and in general to process 
the packets?
PS: I'm using RYU 3.29
Thanks.
Maurizio.
--
___
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel