Closed amorenoz closed 3 years ago
Load action ususaly has the format:
load:value->dst
where "value" get's decoded as integer and "dst" as a field.
However, within the learn action it can be specified as:
load:src->dst
Where "src" is also a field.
Add support for the later format
Fixes #49
Signed-off-by: Adrian Moreno amorenoz@redhat.com
Load action ususaly has the format:
where "value" get's decoded as integer and "dst" as a field.
However, within the learn action it can be specified as:
Where "src" is also a field.
Add support for the later format
Fixes #49
Signed-off-by: Adrian Moreno amorenoz@redhat.com