[ovs-dev] [ovs-dev, v3, 1/2] Add read-only option to ovs-dpctl and ovs-ofctl commands.

Ben Pfaff blp at ovn.org
Mon Aug 15 03:22:33 UTC 2016


On Mon, Aug 15, 2016 at 12:17:34AM +0000, Ryan Moats wrote:
> ovs-dpctl and ovs-ofctl lack a read-only option to prevent
> running of commands that perform read-write operations.  Add
> it and the necessary scaffolding to each.
> 
> Signed-off-by: Ryan Moats <rmoats at us.ibm.com>
> ---
> 
> v1->v2:
>  Fixed typo in usage string

I'm confused here, almost every patch fails for me:

Applying: Add read-only option to ovs-dpctl and ovs-ofctl commands.
error: patch failed: tests/test-ovn.c:1532
error: tests/test-ovn.c: patch does not apply
error: patch failed: tests/test-ovsdb.c:2578
error: tests/test-ovsdb.c: patch does not apply
error: patch failed: lib/command-line.c:87
error: lib/command-line.c: patch does not apply
error: patch failed: lib/command-line.h:41
error: lib/command-line.h: patch does not apply
error: patch failed: lib/db-ctl-base.h:120
error: lib/db-ctl-base.h: patch does not apply
error: patch failed: lib/dpctl.c:59
error: lib/dpctl.c: patch does not apply
error: patch failed: lib/dpctl.h:33
error: lib/dpctl.h: patch does not apply
error: patch failed: ovsdb/ovsdb-tool.c:573
error: ovsdb/ovsdb-tool.c: patch does not apply
error: patch failed: tests/ovstest.c:33
error: tests/ovstest.c: patch does not apply
error: patch failed: tests/test-bitmap.c:149
error: tests/test-bitmap.c: patch does not apply
error: patch failed: tests/test-ccmap.c:272
error: tests/test-ccmap.c: patch does not apply
error: patch failed: tests/test-classifier.c:1838
error: tests/test-classifier.c: patch does not apply
error: patch failed: tests/test-cmap.c:636
error: tests/test-cmap.c: patch does not apply
error: patch failed: tests/test-conntrack.c:260
error: tests/test-conntrack.c: patch does not apply
error: patch failed: tests/test-heap.c:461
error: tests/test-heap.c: patch does not apply
error: patch failed: tests/test-jsonrpc.c:331
error: tests/test-jsonrpc.c: patch does not apply
error: patch failed: tests/test-netlink-conntrack.c:161
error: tests/test-netlink-conntrack.c: patch does not apply
error: patch failed: tests/test-ovsdb.c:2579
error: tests/test-ovsdb.c: patch does not apply
error: patch failed: tests/test-reconnect.c:272
error: tests/test-reconnect.c: patch does not apply
error: patch failed: tests/test-util.c:1149
error: tests/test-util.c: patch does not apply
error: patch failed: tests/test-vconn.c:432
error: tests/test-vconn.c: patch does not apply
error: patch failed: utilities/ovs-dpctl.c:77
error: utilities/ovs-dpctl.c: patch does not apply
error: patch failed: utilities/ovs-ofctl.8.in:2975
error: utilities/ovs-ofctl.8.in: patch does not apply
error: patch failed: utilities/ovs-ofctl.c:79
error: utilities/ovs-ofctl.c: patch does not apply
Patch failed at 0001 Add read-only option to ovs-dpctl and ovs-ofctl commands.
The copy of the patch that failed is found in:
   /home/blp/nicira/ovs/.git/rebase-apply/patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".



More information about the dev mailing list