Re: [Ryu-devel] how can i distinguish controllers for packet in to them?

2017-07-18 Thread mehran shetabi
hi, Fujimoto sorry, there is a missunderstanding. i want to know, after setting controller_id for a controller with NXTSetControllerId action, can i use OFPActionOutput again for sending packet_in to it as before withot specifying controller_id, or i must use NXActionController for sending pa

Re: [Ryu-devel] Build SDN Agilely

2017-07-18 Thread Rick Floyd
Hi, Writing to check if you received my previous email. Please let me know your requirements for more information and details. Offer : Get this entire list at FLAT 30% discount with unlimited usage rights and full ownership. Regards Rick Floyd From: Rick Floyd [mailto:r...@

Re: [Ryu-devel] ofctl_rest.py doesn't permit ping

2017-07-18 Thread Nicholas Brasini
Yes! If I want stop traffic when a packet arrives, and if I want select Yes -> ok or No -> delete that packet, what function might I use? Da: Iwase Yusuke Inviato: martedì 18 luglio 2017 03:27 A: [email protected] Cc: [email protected] Oggetto: Re

[Ryu-devel] rest_QOS port name when posting new queue

2017-07-18 Thread Fahmy Sherif Alaa Salaheldin
In the Ryu documentation this is written # set a queue to the switches # POST /qos/queue/{switch-id} # # request body format: # {"port_name":"", # "type": "", # "max-rate": "", # "queues":[{"max_rate": "", "min_rate": ""},...]} #

[Ryu-devel] Queues not shown in get stats/queueconfig --> Confusion about rest_QOS and rest_OFCTL

2017-07-18 Thread Fahmy Sherif Alaa Salaheldin
Good Afternoon, Simply I followed https://osrg.github.io/ryu-book/en/html/rest_qos.html But then tried to verify that the Queues were added though the rest_OFCTL curl -X GET http://localhost:8080/stats/queueconfig/1/1 and it returned no queues configured. Is this normal? My question is wh