diff --git a/src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc b/src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc index 337e2f5e859..146b8dce79b 100644 --- a/src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc +++ b/src/vnsw/agent/vrouter/ksync/flowtable_ksync.cc @@ -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; }