On Fri, May 8, 2015 at 1:33 PM, Ben Pfaff <b...@nicira.com> wrote:
> This is necessary to allow it to work.
>
> This bug was introduced during the review process.
>
> Reported-by: Gurucharan Shetty <shet...@nicira.com>
> Signed-off-by: Ben Pfaff <b...@nicira.com>
Looks good to me. The pings work fine again.

[One thing I did notice is that killing old ovn-controller and
starting it again with your patch does not populate the correct flows.
I have to delete flows and start it again and it gets going
correclty.]

> ---
>  ovn/controller/ovn-controller.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c
> index 8ef8c25..fda1534 100644
> --- a/ovn/controller/ovn-controller.c
> +++ b/ovn/controller/ovn-controller.c
> @@ -185,6 +185,7 @@ main(int argc, char *argv[])
>
>      chassis_init(&ctx);
>      binding_init(&ctx);
> +    physical_init(&ctx);
>      pipeline_init();
>
>      get_initial_snapshot(ctx.ovs_idl);
> --
> 1.7.10.4
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to