[ovs-dev] [PATCH 2/2] ovs-bugtool: Add ovs-ofctl commands to bugtool plugin scripts.

Ben Pfaff blp at nicira.com
Thu Mar 21 21:31:53 UTC 2013


On Thu, Mar 21, 2013 at 02:07:39PM -0700, Gurucharan Shetty wrote:
> This patch adds two new scripts that run "ovs-ofctl show" and
> "ovs-ofctl dump-flows" on each bridge.
> 
> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>

> +for bridge in `ovs-vsctl list-br`
> +do

The quoting here is really curious:

> +    echo "ovs-ofctl dump-flows "${bridge}""
> +    ovs-ofctl dump-flows "$bridge"
> +    echo ""
> +done

There is something similar in the other script.

Otherwise this looks good, thank you.

I guess that you will backport these patches to 1.10?

Thanks,

Ben.



More information about the dev mailing list