ovs-vtep: Store physical switch name globally.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 29 Jul 2014 15:40:19 +0000 (08:40 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 25 Sep 2014 23:50:22 +0000 (16:50 -0700)
commitcedb277beb5aeca1b6a9abb46c4df1715f515365
tree817272f6f98a55b117f422c29e80555e1d10c27e
parent5a2ea6b525e8e0c335bd2d7f458519027130a866
ovs-vtep: Store physical switch name globally.

ovs-vtep is an emulator and it works only on one
physical switch. This switch name is stored in the variable
'ps_name' and then passed around. An upcoming commit requires
access to this variable at more places and it is easier if this
variable is global.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ariel Tubaltsev <atubaltsev@vmware.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
vtep/ovs-vtep