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

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

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