> On Sep 9, 2016, at 8:38 AM, Gurucharan Shetty <g...@ovn.org> wrote:
> 
> Fixes: 7fa39c6b9376e99 ("Fix memory leak in recv_S_TLV_TABLE_REQUESTED().")
> Signed-off-by: Gurucharan Shetty <g...@ovn.org>

Acked-by: Flavio Fernandes <fla...@flaviof.com>

> ---
> ovn/controller/ofctrl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ovn/controller/ofctrl.c b/ovn/controller/ofctrl.c
> index fe72d79..6ea593b 100644
> --- a/ovn/controller/ofctrl.c
> +++ b/ovn/controller/ofctrl.c
> @@ -220,7 +220,7 @@ process_tlv_table_reply(const struct 
> ofputil_tlv_table_reply *reply)
>             } else {
>                 mff_ovn_geneve = MFF_TUN_METADATA0 + map->index;
>                 state = S_CLEAR_FLOWS;
> -                return false;
> +                return true;

duh!

>             }
>         }
> 
> --
> 1.9.1
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to