mirror of
https://github.com/openvswitch/ovs
synced 2025-09-02 15:25:22 +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;
|
struct ofport_dpif *ofport;
|
||||||
|
|
||||||
commit_odp_actions(ctx);
|
|
||||||
HMAP_FOR_EACH (ofport, up.hmap_node, &ctx->ofproto->up.ports) {
|
HMAP_FOR_EACH (ofport, up.hmap_node, &ctx->ofproto->up.ports) {
|
||||||
uint16_t ofp_port = ofport->up.ofp_port;
|
uint16_t ofp_port = ofport->up.ofp_port;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user