diff options
| author | 童宗振 <[email protected]> | 2024-07-10 07:04:46 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-07-10 07:04:46 +0000 |
| commit | b1d39093ebd855be544c036d0fbd393addc23c91 (patch) | |
| tree | 5f1174c5bbb4a989afea94968b1752dee05509ae /infra | |
| parent | af9177f5e0b15c80d5370e681526fc1ccac7d0ff (diff) | |
(TSG-21729)metadata add egress_action fieldv4.8.15-20240710
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/include/dp_trace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infra/include/dp_trace.h b/infra/include/dp_trace.h index 820e966..7a01866 100644 --- a/infra/include/dp_trace.h +++ b/infra/include/dp_trace.h @@ -37,6 +37,9 @@ #define DP_TRACE_MEASUREMENT_TYPE_BUF_ALLOC_FAILED (1 << 4) #define DP_TRACE_MEASUREMENT_TYPE_MATCHED (DP_TRACE_MEASUREMENT_TYPE_TRACE | DP_TRACE_MEASUREMENT_TYPE_TELEMETRY) +#define MR_EGRESS_ACTION_SEND 0 +#define MR_EGRESS_ACTION_DROP 1 + enum dp_trace_req_action { DP_TRACE_INSTANCE_GET, |
