Skip to content

Commit

Permalink
Merge "Remove unused VR_FLOW_FLAG_TRAP_ECMP" into R3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Aug 5, 2016
2 parents cb6768c + 66fd17c commit 877994d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc
Expand Up @@ -350,7 +350,6 @@ int FlowTableKSyncEntry::Encode(sandesh_op::type op, char *buf, int buf_len) {
}

if (flow_entry_->is_flags_set(FlowEntry::Trap)) {
flags |= VR_FLOW_FLAG_TRAP_ECMP;
action = VR_FLOW_ACTION_HOLD;
}

Expand Down

0 comments on commit 877994d

Please sign in to comment.