remove actions from flowmod delete
Change-Id: I8cf6e940faf28b4f796e820827c307bf3c65ef16
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -139,7 +139,7 @@ public class FlowModBuilderVer13 extends FlowModBuilder { | ... | @@ -139,7 +139,7 @@ public class FlowModBuilderVer13 extends FlowModBuilder { |
139 | .setXid(cookie) | 139 | .setXid(cookie) |
140 | .setCookie(U64.of(cookie)) | 140 | .setCookie(U64.of(cookie)) |
141 | .setBufferId(OFBufferId.NO_BUFFER) | 141 | .setBufferId(OFBufferId.NO_BUFFER) |
142 | - .setActions(actions) | 142 | + //.setActions(actions) //FIXME do we want to send actions in flowdel? |
143 | //.setInstructions(Collections.singletonList(writeActions)) | 143 | //.setInstructions(Collections.singletonList(writeActions)) |
144 | .setMatch(match) | 144 | .setMatch(match) |
145 | .setFlags(Collections.singleton(OFFlowModFlags.SEND_FLOW_REM)) | 145 | .setFlags(Collections.singleton(OFFlowModFlags.SEND_FLOW_REM)) | ... | ... |
-
Please register or login to post a comment