Hi,

I'm azad jalalian.

I am using Ryu controller in my thesis and i have a question about that.
I had implemented a topology that there are some ovsk switch in that.
I had added some queues on the two port of the edge switch.
Now when i want to set Qos on the edge switch, on the two different port,
it doesn't work  because the queue_id of the two port are same, in other
word when i post the below command :
curl -X POST -d '{"match": {"ip_dscp": "26"}, "actions":{"queue": "1"}}'
http://localhost:8080/qos/rules/0000000000000001
I can not distinguish queue-id  of  two port of the switch (e.g. s1-eth0,
s1-eth1).

I would be grateful if you could help me and tell me how i can distinguish
the queue's of the two port that they have same queue-id in one switch.


thanks.
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to