[ovs-dev] [PATCH v2 11/21] ovn-controller: Honor external-ids:ovn-bridge changing.

Justin Pettit jpettit at nicira.com
Thu Jul 30 17:03:40 UTC 2015


> On Jul 28, 2015, at 8:44 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> @@ -309,7 +295,7 @@ main(int argc, char *argv[])
>         ctx.ovnsb_idl_txn = idl_loop_run(&ovnsb_idl_loop);
>         ctx.ovs_idl_txn = idl_loop_run(&ovs_idl_loop);
> 
> -        const struct ovsrec_bridge *br_int = get_bridge(&ctx, br_int_name);
> +        const struct ovsrec_bridge *br_int = get_br_int(ctx.ovs_idl);

This behavior already existed, but "br_int" may be null, and that could cause a problem when encaps_cleanup() is called a bit further down.

Otherwise:

Acked-by: Justin Pettit <jpettit at nicira.com>

--Justin





More information about the dev mailing list