Skip to content

Fix ethType parsing issue from yaml files

Lukas Rotheneder requested to merge fix_ethType_yaml_parsing_error into develop

The field “ethType” of “ethFlowDescription” is interpreted as an integer if it contains only numbers, even when it is written between apostrophes, resulting in a parsing error.

This MR fix this issue by manually converting ethType field to string after parsing the YAML file.

Merge request reports

Loading