physical: Add local vars to make physical_run() easier to understand.
authorBen Pfaff <blp@ovn.org>
Tue, 12 Apr 2016 01:48:37 +0000 (18:48 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 12 Apr 2016 17:33:21 +0000 (10:33 -0700)
commita9360f2ab9d41ba2e4202e0bdc4d0a2754a3244d
tree902d7bb6da685de858fea3badbf30c16a25c91d3
parent3df3584256321527c1ecd192906a8a4bd89be17a
physical: Add local vars to make physical_run() easier to understand.

'binding->datapath->tunnel_key' and 'binding->tunnel_key' were used
repeatedly and in my opinion having local variables for each of these
makes the code a little easier to understand.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
ovn/controller/physical.c