]> git.proxmox.com Git - ovs.git/commit
ovn-controller: Change the name of a variable.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 28 Sep 2015 19:28:24 +0000 (12:28 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 29 Sep 2015 18:20:38 +0000 (11:20 -0700)
commit1e204246766184b4b08ec787761b60b6a8ba0c73
tree5bfe562100eb9f6afc7db9426a44d0646fb6b9f3
parent1cb3649c0bbacf4f3cea353d02a5e1217b5294b4
ovn-controller: Change the name of a variable.

The name 'lport_to_ofport' gives the impression that the
simap contains all the logical port to ofport mapping. In
reality, it only contains a local vif to ofport mapping.
The name 'localvif_to_ofport' feels to be a better fit.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/controller/physical.c