]> git.proxmox.com Git - mirror_ovs.git/commit
Add read-only option to ovs-dpctl and ovs-ofctl commands.
authorRyan Moats <rmoats@us.ibm.com>
Mon, 15 Aug 2016 18:47:29 +0000 (18:47 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 16 Aug 2016 00:26:15 +0000 (17:26 -0700)
commit1f4a7252d9e7ee102b76325daca2b7007e5da7f7
treeedcbbe2a8bc31820cdc030a852598ef935ee0199
parent239fa5bbe6e54abcec9b58b137a566d06edaba49
Add read-only option to ovs-dpctl and ovs-ofctl commands.

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@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
23 files changed:
lib/command-line.c
lib/command-line.h
lib/db-ctl-base.h
lib/dpctl.c
lib/dpctl.h
ovsdb/ovsdb-tool.c
tests/ovstest.c
tests/test-bitmap.c
tests/test-ccmap.c
tests/test-classifier.c
tests/test-cmap.c
tests/test-conntrack.c
tests/test-heap.c
tests/test-jsonrpc.c
tests/test-netlink-conntrack.c
tests/test-ovn.c
tests/test-ovsdb.c
tests/test-reconnect.c
tests/test-util.c
tests/test-vconn.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c