mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 13:58:14 +00:00
ofproto-dpif: Remove redundant commit_odp_actions() call.
This commit is contained in:
@@ -4308,7 +4308,6 @@ flood_packets(struct action_xlate_ctx *ctx, bool all)
|
||||
{
|
||||
struct ofport_dpif *ofport;
|
||||
|
||||
commit_odp_actions(ctx);
|
||||
HMAP_FOR_EACH (ofport, up.hmap_node, &ctx->ofproto->up.ports) {
|
||||
uint16_t ofp_port = ofport->up.ofp_port;
|
||||
|
||||
|
Reference in New Issue
Block a user