BUG 5399: HWVTEP Tunnels not added to OperDS
authorVishal Thapar <vishal.thapar@ericsson.com>
Thu, 25 Feb 2016 08:43:27 +0000 (14:13 +0530)
committerSam Hague <shague@redhat.com>
Thu, 25 Feb 2016 13:09:15 +0000 (13:09 +0000)
commite117dea4b68bd22120c07258531f7e2375469f27
treeeb07316981ae72a3a6c3322aab862263968b3748
parent161ca690042d2f9c1806d54277beedab4a999d47
BUG 5399: HWVTEP Tunnels not added to OperDS

Populating tunnels list in physical switch table is not updating topology
operational DS. PhysicalSwitchUpdate.setTunnels() is making a wrong check for
isEmpty() to determine if data needs to be added to data store or not. It should be !isEmpty()

Change-Id: Iec4f773210fb07d019299558fb63f949b05788a7
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>