Netconf transactions synchronization GBP part
[groupbasedpolicy.git] / renderers / vpp / src / main / java / org / opendaylight / groupbasedpolicy / renderer / vpp / policy / acl / IngressAccessListWrapper.java
index afdd1da61cceec617ff9ee46fd38a9922afd34ad..93e2e4ed5a983df9b28af3e6bd3d1ef7b4603518 100644 (file)
@@ -39,7 +39,8 @@ public class IngressAccessListWrapper extends AccessListWrapper {
             .setType(VppAcl.class)
             .build();
         Ingress egressAcl = new IngressBuilder().setVppAcls(ImmutableList.<VppAcls>of(vppAcl)).build();
-        GbpNetconfTransaction.write(mountPoint, ingressRefIid, egressAcl, GbpNetconfTransaction.RETRY_COUNT);
+        GbpNetconfTransaction.netconfSyncedWrite(mountPoint, ingressRefIid, egressAcl,
+            GbpNetconfTransaction.RETRY_COUNT);
     }
 
     private InstanceIdentifier<Ingress> outboundIfaceAclRefIid(InstanceIdentifier<Interface> ifaceIid) {