Skip to content

Commit

Permalink
UniRec output: fixed internal lbf function
Browse files Browse the repository at this point in the history
  • Loading branch information
havraji6 committed Jun 5, 2020
1 parent e15a3d9 commit a9be632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra_plugins/output/unirec/src/translator.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,6 +1437,7 @@ translator_table_fill_internal(translator_t *trans, const struct map_rec *map_re
trans_rec->ipfix.id = 10; // iana:ingressInterface
trans_rec->ipfix.type = FDS_ET_UNSIGNED_32;
trans_rec->ipfix.sem = FDS_ES_IDENTIFIER;
trans_rec->ipfix.next = NULL;
trans_rec->func = translate_internal_dbf;
IPX_CTX_DEBUG(trans->ctx, "Added conversion from internal 'dir_bit_field' to UniRec '%s'",
map_rec->unirec.name);
Expand Down

0 comments on commit a9be632

Please sign in to comment.