ovn-controller: Initialize physical/logical translation module.
authorBen Pfaff <blp@nicira.com>
Fri, 8 May 2015 20:29:11 +0000 (13:29 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 8 May 2015 20:29:54 +0000 (13:29 -0700)
This is necessary to allow it to work.

This bug was introduced during the review process.

Reported-by: Gurucharan Shetty <shettyg@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ovn/controller/ovn-controller.c

index 8ef8c25..fda1534 100644 (file)
@@ -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);