2
0
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:
Ethan Jackson
2011-11-28 14:08:11 -08:00
parent 40f280c781
commit ecfcbf515d

View File

@@ -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;