On Mon, Oct 17, 2022 at 9:19 AM Adrian Moreno <[email protected]> wrote: > > Sometimes we don't want to return the result of a nested key-value > decoding as a dictionary but as a list of dictionaries. This happens > when we parse actions where keys can be repeated. > > Refactor code that already takes that into account from ofp_act.py to > kv.py and use it for datapath action "clone". > > Signed-off-by: Adrian Moreno <[email protected]>
Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
