Skip to content

Fix ethType parsing issue from yaml files

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