Re: [Ryu-devel] firewall testing perfomance

2017-11-22 Thread Mahmoud Elzoghbi
thanks you very much Iwase On Nov 22, 2017 4:02 AM, "Iwase Yusuke" wrote: > Hi Mahmoud, > > > can I measure time which rest firewall.py took to insert rule in switch? > ? > > It is the very difficult topic, I guess. > Because even if Ryu sent the FlowMod messages for installing flows, it is > de

Re: [Ryu-devel] Setting Default Routes in custom topology.

2017-11-22 Thread Taha Khan
Thank you very much Iwase for your suggestion. I tried to do the same. I used "s1.cmd('ovs-vsctl set bridge s1 protocols=OpenFlow13 stp-enable=true')" to enable the STP in Mininet. And started controller using "ryu-manager ryupp.rest_router ". I am still not able to ping hosts and the packets are

[Ryu-devel] Home Textile

2017-11-22 Thread Finetex Bedding Company (Pvt) Ltd
Dear Sir, We are Home Textile company based Pakistan. We are dealing in 100%Cotton & Poly-Cotton Fabrics Grey, White, and Dyed & Printed in half panama, full panama, muslin, duck, twill, drill, sateen, percale, jacquard & canvas. We are also expert in made-ups like fitted sheet, flat sheet, pill

[Ryu-devel] RETRIEVE ROUTING/FLOW TABLE

2017-11-22 Thread Alessandro Gaballo
Hi, I'm running Quagga on my mininet topology to capture routing information, I wanted to know if it's possible to retrieve the routing table on the quagga routers (which are basically mininet hosts) or at least the flow tables. If so, how do I do it? --