This is necessary to allow it to work. This bug was introduced during the review process.
Reported-by: Gurucharan Shetty <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- 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 [email protected] http://openvswitch.org/mailman/listinfo/dev
