Committed by
Gerrit Code Review
- Bug fix for populating MPLS rules for php case: adding treamtments in forward objectives
Change-Id: I8dae2c1d91a0c23480bca2aa8c84c5664f7ce1e9
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -311,6 +311,7 @@ public class RoutingRulePopulator { | ... | @@ -311,6 +311,7 @@ public class RoutingRulePopulator { |
| 311 | fwdBuilder.withTreatment(tbuilder.build()); | 311 | fwdBuilder.withTreatment(tbuilder.build()); |
| 312 | } else { | 312 | } else { |
| 313 | NeighborSet ns = new NeighborSet(nextHops); | 313 | NeighborSet ns = new NeighborSet(nextHops); |
| 314 | + fwdBuilder.withTreatment(tbuilder.build()); | ||
| 314 | fwdBuilder.nextStep(srManager | 315 | fwdBuilder.nextStep(srManager |
| 315 | .getNextObjectiveId(deviceId, ns)); | 316 | .getNextObjectiveId(deviceId, ns)); |
| 316 | } | 317 | } | ... | ... |
-
Please register or login to post a comment