amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
23 stars 8 forks source link

ofp_act: support src specification in load action #51

Closed amorenoz closed 3 years ago

amorenoz commented 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