better odl <-> device communication via netconf - gbp side 67/51067/5
authorVladimir Lavor <vlavor@cisco.com>
Thu, 26 Jan 2017 13:13:59 +0000 (14:13 +0100)
committerVladimir Lavor <vlavor@cisco.com>
Tue, 31 Jan 2017 11:17:12 +0000 (12:17 +0100)
commit5f2c12679ad5343b2c9a5184a1be2150807f53fd
treea93910471e19788a7cc79db6abc91a225352743b
parent845d47e810329dac0bfa12e61661f5371d449d14
better odl <-> device communication via netconf - gbp side

* transaction is restarted after every exception (caused by
  collision, netconf failure, HC failure etc.)
* data to remove are verified whether they are present to
  prevent netconf transaction exceptions

Change-Id: I7243b174cb1545f78d2df897e8755fc173e3757a
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
renderers/vpp/src/main/java/org/opendaylight/groupbasedpolicy/renderer/vpp/iface/InterfaceManager.java
renderers/vpp/src/main/java/org/opendaylight/groupbasedpolicy/renderer/vpp/util/GbpNetconfTransaction.java
renderers/vpp/src/test/java/org/opendaylight/groupbasedpolicy/renderer/vpp/util/GbpNetconfTransactionTest.java