On Tue, 14 Jul 2015 11:40:25 +0900
Minoru TAKAHASHI <[email protected]> wrote:

> There is no port information in output string of ENQUEUE in ofctl_v1_0.py
> This patch fixes this problem.
> 
> Execution example is as follows.
> 
> curl -X GET http://localhost:8080/stats/flow/1
> 
> {
>     "1": [
>         {
>             "actions": [
>                 "ENQUEUE:2:3"  # ENQUEUE:<port>:<queue_id>
>             ],
>             "byte_count": 0,
>             "cookie": 0,
>             "duration_nsec": 864000000,
>             "duration_sec": 107,
>             "hard_timeout": 0,
>             "idle_timeout": 0,
>             "match": {
>                 "in_port": 5
>             },
>             "packet_count": 0,
>             "priority": 32768,
>             "table_id": 0
>         }
>     ]
> }
> 
> Reported-by: Weijie Liu <[email protected]>
> Signed-off-by: Minoru TAKAHASHI <[email protected]>
> ---
>  ryu/lib/ofctl_v1_0.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to