Skip to content

Commit ecfcbf5

Browse files
committed
ofproto-dpif: Remove redundant commit_odp_actions() call.
1 parent 40f280c commit ecfcbf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ofproto/ofproto-dpif.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4308,7 +4308,6 @@ flood_packets(struct action_xlate_ctx *ctx, bool all)
43084308
{
43094309
struct ofport_dpif *ofport;
43104310

4311-
commit_odp_actions(ctx);
43124311
HMAP_FOR_EACH (ofport, up.hmap_node, &ctx->ofproto->up.ports) {
43134312
uint16_t ofp_port = ofport->up.ofp_port;
43144313

0 commit comments

Comments
 (0)