We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0aae05 commit dd189faCopy full SHA for dd189fa
app/src/main/java/org/onosproject/ngsdn/tutorial/pipeconf/PipelinerImpl.java
@@ -129,7 +129,8 @@ public void forward(ForwardingObjective obj) {
129
break;
130
case REMOVE:
131
flowRuleService.removeFlowRules(ruleBuilder.build());
132
- groupService.removeGroup(deviceId, cloneGroup.appCookie(), obj.appId());
+ // Do not remove the clone group as other flow rules might be
133
+ // pointing to it.
134
135
default:
136
log.warn("Unknown operation {}", obj.op());
0 commit comments