Hi

The ACTION field of the rest-qos.py [ 
https://github.com/osrg/ryu/blob/master/ryu/app/rest_qos.py] is,


actions:
[ "mark": [ 0 - 63 ] ] | [ "meter": [ Meter ID ] ] | [ "queue": [ Queue ID ] ]


I want to alter the Meter ID with the Out Port ID as follows,


actions:
[ "mark": [ 0 - 63 ] ] | [ "out_port": [ Out Port ID ] ] | [ "queue": [ Queue 
ID ] ]

would you please indicate the part where I have to do modifications? I tried 
several times but it is not working.

Thanks in advances :)














------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to