Adrian Moreno <amore...@redhat.com> writes: > diff --git a/python/ovs/flows/flow.py b/python/ovs/flows/flow.py > new file mode 100644 > index 000000000..2456d5f87 > --- /dev/null > +++ b/python/ovs/flows/flow.py > @@ -0,0 +1,125 @@
[...] > +class Flow(object): > + """The Flow class is a base class for other types of concrete flows > + (such as OFproto Flows or DPIF Flows). > + > + A flow is basically comprised of a number of sections. > + For each section named {section_name}, the flow object will have the > + following attributes: > + - {section_name} will return the sections data in a formatted way. > + - {section_name}_kv will return the sections data as a list of > KeyValues. > + > + Args: > + sections (list[Section]): List of sections that comprise the flow > + orig (str): Original flow string. > + id (Any): Optional; identifier that clients can use to uniqely > identify uniquely -- James _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev