Bug 3989 -- Fix the original patch. Original patch can break
authorAnil Vishnoi <vishnoianil@gmail.com>
Fri, 25 Sep 2015 17:34:02 +0000 (23:04 +0530)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 25 Sep 2015 19:27:53 +0000 (00:57 +0530)
commitd4e8efc381051783b1a82eed0986051e8b28e590
tree2626c0de98d832ffef454c996ae24e7fc03e39a7
parenta7461a81b95703546d30d2f92a09c9ef2d07a416
Bug 3989 -- Fix the original patch. Original patch can break
the functioning if there are more then one data change and
the first data change is OvsdbNodeAugmentation for which connection
already exist. It will return out of OnDataChanged() when it see
that connection already exist, without processing rest of the
data

Change-Id: Icec9fdcc241fb9f1b823d73cbe2dfdd1f5c3def7
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>