File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -252,5 +252,12 @@ When multiple IPFIX Information Elements are mapped to the same UniRec field and
252252are present in an IPFIX record, the last field occurrence (in the appropriate IPFIX Template)
253253is converted to the UniRec field.
254254
255- TODO: describe "link_bit_field" + "dir_bit_field"
255+ Due to historical reasons, special UniRec fields ``LINK_BIT_FIELD `` and ``DIR_BIT_FIELD `` are
256+ implemented using internal conversion functions. ``LINK_BIT_FIELD `` represents Observation Domain
257+ ID (ODID) of a flow record as bit field. For example, ODID 5 is binary stored as ...00100000
258+ (i.e. 32). Keep on mind that, maximum size of the UniRec field is 2^64, therefore modulo 64 is
259+ applied to ODID before the conversion. The purpose of ``DIR_BIT_FIELD `` is to distinguish ingress
260+ and egress flows. For this reason, the lowest bit of IPFIX field ``iana:ingressInterface ``
261+ (PEN: 0, ID: 10) is copied to the particular UniRec field (Nemea modules expects that
262+ 1 = ingress flow and 0 = egress flow).
256263
You can’t perform that action at this time.
0 commit comments