Committed by
Gerrit Code Review
fix for popping vlan in table 1
Change-Id: I655d23ec1f3f13ec82422184e0b91a632110bcd3
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -390,7 +390,7 @@ public class OltPipeline extends AbstractHandlerBehaviour implements Pipeliner { | ... | @@ -390,7 +390,7 @@ public class OltPipeline extends AbstractHandlerBehaviour implements Pipeliner { |
390 | .makePermanent() | 390 | .makePermanent() |
391 | .withPriority(fwd.priority()) | 391 | .withPriority(fwd.priority()) |
392 | .withSelector(buildSelector(inport, innerVid)) | 392 | .withSelector(buildSelector(inport, innerVid)) |
393 | - .withTreatment(buildTreatment(popAndRewrite.getRight(), | 393 | + .withTreatment(buildTreatment(popAndRewrite.getLeft(), |
394 | output)); | 394 | output)); |
395 | 395 | ||
396 | applyRules(fwd, inner, outer); | 396 | applyRules(fwd, inner, outer); | ... | ... |
-
Please register or login to post a comment