We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dc199 commit 138785cCopy full SHA for 138785c
extra_plugins/output/unirec/src/translator.c
@@ -157,6 +157,12 @@ struct translator_s {
157
int req_idx; /**< Index in the template */
158
ur_field_id_t field_id; /**< UniRec field ID */
159
} odid; /**< ODID from IPFIX Message header */
160
+ struct
161
+ {
162
+ bool en; /**< Enabled/disabled */
163
+ int req_idx; /**< Index in the template */
164
+ ur_field_id_t field_id; /**< UniRec field ID */
165
+ } exporter_ip; /**< Exporter IP address from message session */
166
} extra_conv; /**< Special internal conversion functions */
167
};
168
0 commit comments