Looks good to me.

On Fri,  7 Feb 2014 00:06:33 +0800
Wei-Li Tang <[email protected]> wrote:
> Signed-off-by: Wei-Li Tang <[email protected]>
> ---
>   ryu/lib/ofctl_v1_3.py |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ryu/lib/ofctl_v1_3.py b/ryu/lib/ofctl_v1_3.py
> index eb9585b..39d1366 100644
> --- a/ryu/lib/ofctl_v1_3.py
> +++ b/ryu/lib/ofctl_v1_3.py
> @@ -173,7 +173,7 @@ def action_to_str(act):
>       elif action_type == ofproto_v1_3.OFPAT_SET_QUEUE:
>           buf = 'SET_QUEUE:' + str(act.queue_id)
>       elif action_type == ofproto_v1_3.OFPAT_GROUP:
> -        pass
> +        buf = 'GROUP:' + str(act.group_id)
>       elif action_type == ofproto_v1_3.OFPAT_SET_NW_TTL:
>           buf = 'SET_NW_TTL:' + str(act.nw_ttl)
>       elif action_type == ofproto_v1_3.OFPAT_DEC_NW_TTL:
>




------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to