Adrian Moreno <amore...@redhat.com> writes: > diff --git a/python/ovs/flows/list.py b/python/ovs/flows/list.py > new file mode 100644 > index 000000000..cafd23d0a > --- /dev/null > +++ b/python/ovs/flows/list.py > @@ -0,0 +1,124 @@ > +import re > + > +from ovs.flows.kv import KeyValue, KeyMetadata, ParseError > +from ovs.flows.decoders import decode_default > + > + > +class ListDecoders(object): > + """ListDecoders is used by ListParser to decode the elements in the list. > + > + A decoder is a function that accepts a value and returns its decoded > + object. > + > + ListDecoders is initialized with a list of of tuples that contains the
s/of of/of/ -- James _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev