mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-04 18:21:45 +01:00
remove actions from flowmod delete
Change-Id: I8cf6e940faf28b4f796e820827c307bf3c65ef16
This commit is contained in:
parent
8c35207b3f
commit
e4adf24970
@ -139,7 +139,7 @@ public class FlowModBuilderVer13 extends FlowModBuilder {
|
|||||||
.setXid(cookie)
|
.setXid(cookie)
|
||||||
.setCookie(U64.of(cookie))
|
.setCookie(U64.of(cookie))
|
||||||
.setBufferId(OFBufferId.NO_BUFFER)
|
.setBufferId(OFBufferId.NO_BUFFER)
|
||||||
.setActions(actions)
|
//.setActions(actions) //FIXME do we want to send actions in flowdel?
|
||||||
//.setInstructions(Collections.singletonList(writeActions))
|
//.setInstructions(Collections.singletonList(writeActions))
|
||||||
.setMatch(match)
|
.setMatch(match)
|
||||||
.setFlags(Collections.singleton(OFFlowModFlags.SEND_FLOW_REM))
|
.setFlags(Collections.singleton(OFFlowModFlags.SEND_FLOW_REM))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user