-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi,
I am from CSIRT-MU, and I have a couple of questions about ipfixcol2.
When using a PEN biflow mode, the reverse ipfix attributes are in a format XXXXX@reverse:YYYYY@reverse but when I use a SPLIT biflow mode then the reverse attributes are in another form XXXXXX:YYYYY@reverse (missing @reverse in the first part).
We think that it is an inconsistency.
I tried to investigate how does it internally works and if I get it right then If I use PEN biflow mode then internally in code there are two separated PEN configurations for each direction, but in SPLIT mode there is only one PEN conf, so the PEN name is not different for the reverse direction.
Would it be possible to unify this behaviour across different biflow modes somehow?
Also, would it be possible to add the possibility to adjust the form of a reverse suffix(@reverse)?