summaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.c
Commit message (Expand)AuthorAgeFilesLines
* ovs-vsctl: Only monitor AutoAttach columns when useful.Ben Pfaff2015-03-201-3/+2
* ovs-vsctl: Create AutoAttach records on demand, for backward compatibility.Ben Pfaff2015-03-201-4/+4
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-1/+1
* ovs-vsctl-bashcomp: Add bash command-line completion for ovs-vsctl.Peter Amidon2015-03-121-52/+240
* ovs-vsctl: Fix misused casts.Ben Pfaff2015-03-031-3/+3
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-031-0/+192
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-1/+1
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-4/+4
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-4/+4
* ovs-vsctl: Prevent creating duplicate VLAN bridges.Ben Pfaff2014-11-251-1/+18
* ovs-vsctl: Allow referring to rows whose names are UUIDs by those names.Ben Pfaff2014-10-291-1/+3
* ovs-vsctl: Allow modifying "immutable" columns if we just created the row.Ben Pfaff2014-10-081-10/+8
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-3/+3
* ovs-vsctl: Correctly exit on errors for non-map types in "remove" command.Ben Pfaff2014-09-021-5/+9
* ovs-vsctl: Add error column to show commandThomas Graf2014-05-191-1/+1
* ovs-vsctl: Improve error reportingAndy Zhou2014-03-281-5/+82
* ovs-vsctl: Print schema version when called with "--version".Justin Pettit2014-02-281-0/+1
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+5
* ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executedKen Ajiro2014-02-031-0/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-4/+4
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-3/+7
* ovs-vsctl: Fix behavioral regression for "--if-exists del-port <bridge>".Ben Pfaff2013-07-091-3/+6
* ovs-vsctl: Improve error message for "ovs-vsctl del-port <bridge>".Ben Pfaff2013-06-191-3/+7
* Implement IPFIX exportRomain Lenglet2013-04-221-1/+33
* ovs-vsctl: Fix a segfault.Gurucharan Shetty2013-04-121-0/+1
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-1/+23
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-13/+12
* ovs-vsctl: Add --if-exists option to many database commands.Ben Pfaff2013-01-161-26/+52
* ovs-vsctl: Allow command-specific options to mingle with global options.Ben Pfaff2012-12-101-12/+119
* ovs-vsctl: Add "--real" and "--fake" options to "list-br".Justin Pettit2012-12-011-2/+12
* ovs-vsctl: Do not accept any arguments to "del-manager" command.Ben Pfaff2012-10-221-1/+1
* ovsdb: Enforce immutability of immutable columns.Ben Pfaff2012-09-051-2/+20
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-87/+49
* lib: New data structure - smap.Ethan Jackson2012-06-141-1/+1
* ovs-vsctl: Add "--all" option for "destroy" command in ovs-vsctl.Arun Sharma2012-05-161-7/+28
* Avoid writes to variables that are never read back.Ben Pfaff2012-05-141-2/+0
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* ovs-vsctl: Speed up port management operations with many ports.Ben Pfaff2012-04-191-83/+162
* ovs-vsctl: Remove 'ctrl', 'n_ctrl' from struct vsctl_bridge.Ben Pfaff2012-04-191-26/+13
* ovs-vsctl: Remove 'fail_mode' member from struct vsctl_bridge.Ben Pfaff2012-04-191-9/+9
* ovs-vsctl: Merge struct vsctl_info into struct vsctl_context.Ben Pfaff2012-04-191-168/+207
* ovs-vsctl: Verify VLAN bridge controllers in cmd_get_controller().Ben Pfaff2012-04-191-6/+7
* ovs-vsctl: Verify correct record in cmd_get_fail_mode() for VLAN bridges.Ben Pfaff2012-04-191-3/+2
* ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff2012-04-121-17/+2
* ovsdb-idl: Simplify transaction retry.Ben Pfaff2012-04-121-15/+20
* Fix minor memory leaks found by valgrind.Ben Pfaff2012-03-281-0/+3
* Avoid possibly including an old vswitch-idl.h.Ben Pfaff2012-03-271-1/+1