summaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff2012-03-201-8/+13
* idl: Move vswitch-idl to libopenvswitch.Ethan Jackson2012-03-191-1/+1
* ovs-vsctl: Clarify br-exists usage.Ethan Jackson2012-03-151-1/+1
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-011-1/+5
* ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff2012-01-111-33/+105
* ovsdb-idl: Prevent occasional hang when multiple database clients race.Ben Pfaff2011-10-311-9/+17
* ovs-vsctl: Print warning for invalid controller and manager targets.Justin Pettit2011-10-121-0/+7
* ovs-vsctl: Improve usage message.Ben Pfaff2011-09-151-6/+6
* util: Introduce get_program_version function.Justin Pettit2011-08-041-1/+1
* vlog: Add a new log level "off".Ben Pfaff2011-08-011-1/+1
* vswitchd: Prevent multiple ovs-vswitchd processes from acting together.Ben Pfaff2011-07-261-0/+4
* ovs-vsctl: Log better warnings for duplicate ports and interfaces.Ben Pfaff2011-07-261-8/+28
* ovsdb-idl: Plug hole in state machine.Ben Pfaff2011-06-211-0/+1
* ovs-vsctl: New "comment" command.Ben Pfaff2011-06-071-2/+5