Fix opaqueIndex value initialization in translation code for ietf-acl mode
[honeycomb.git] / v3po / v3po2vpp / src / main / java / io / fd / honeycomb / translate / v3po / interfaces / L2Customizer.java
index 7c84186..c000f0a 100644 (file)
@@ -59,7 +59,7 @@ public class L2Customizer extends FutureJVppCustomizer implements WriterCustomiz
 
         final String ifcName = id.firstKeyOf(Interface.class).getName();
         final int swIfc = interfaceContext.getIndex(ifcName, writeContext.getMappingContext());
-        // TODO handle update properly (if possible)
+        // No update, again calling set
         setL2(id, swIfc, ifcName, dataAfter, writeContext);
     }