ovn-controller: Pass 'chassis_id' explicitly to functions that need it.
authorBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2015 15:48:26 +0000 (08:48 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2015 17:11:45 +0000 (10:11 -0700)
commit4acc496ecd359088cdf1ce4d549c65828f928e72
treef809272fefc97fd92ac0216213b855f2ac0f2d38
parentdeab5e6703fe911b464df8eec8be91207b67bec0
ovn-controller: Pass 'chassis_id' explicitly to functions that need it.

I found it otherwise difficult to see what code depended on this.  When
later commits make it possible for ovn-controller to handle changes in
chassis ID, this will become important (the code should determine the
current chassis ID before trying to use it).

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/controller/binding.c
ovn/controller/binding.h
ovn/controller/chassis.c
ovn/controller/chassis.h
ovn/controller/encaps.c
ovn/controller/encaps.h
ovn/controller/ovn-controller.c
ovn/controller/ovn-controller.h
ovn/controller/physical.c
ovn/controller/physical.h