Adrian Moreno <amore...@redhat.com> writes:

> diff --git a/python/ovs/flows/odp.py b/python/ovs/flows/odp.py
> new file mode 100644
> index 000000000..a86a0d6b1
> --- /dev/null
> +++ b/python/ovs/flows/odp.py
> @@ -0,0 +1,783 @@

[...]

> +class ODPFlow(Flow):

[...]

> +    def __init__(self, odp_string, id=None):
> +        """Parse a odp flow string.
> +
> +        The string is expected to have the follwoing format:

following

> +             [ufid], [match] [flow data] actions:[actions]
> +
> +        Args:
> +            odp_string (str): A datapath flow string.
> +
> +        Returns:
> +            A ODPFlow instance.
> +        """
> +        sections = []
> +
> +        # If UFID present, parse it and

and ... ?

-- 
James
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to