alshabib
Committed by Gerrit Code Review

fix for popping vlan in table 1

Change-Id: I655d23ec1f3f13ec82422184e0b91a632110bcd3
......@@ -390,7 +390,7 @@ public class OltPipeline extends AbstractHandlerBehaviour implements Pipeliner {
.makePermanent()
.withPriority(fwd.priority())
.withSelector(buildSelector(inport, innerVid))
.withTreatment(buildTreatment(popAndRewrite.getRight(),
.withTreatment(buildTreatment(popAndRewrite.getLeft(),
output));
applyRules(fwd, inner, outer);
......