summaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-1/+1
* vlog: Stop using explicit references to external log modules.Ben Pfaff2016-02-031-2/+1
* ovs-vsctl: Add parent process name and ID.William Tu2016-01-201-2/+48
* Fix typos in comments.Ben Pfaff2015-09-141-1/+1
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-081-3/+1
* ovs-vsctl: Add the missing ssl bootstrapping option parsing.Gurucharan Shetty2015-08-211-0/+6
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-7/+13
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-231-2/+2
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-231-13/+13
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-171-2/+27
* ovs-vsctl: Remove redundant checks.Joe Stringer2015-07-171-6/+3
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-131-2/+2
* db-ctl-base: do not expose get_table() APIAndy Zhou2015-07-131-2/+2
* db-ctl-base: Librarize show command.Alex Wang2015-06-231-138/+3
* db-ctl-base: Librarize code in parse_options().Alex Wang2015-06-231-214/+6
* db-ctl-base: Make common database command code into library.Alex Wang2015-06-231-1946/+325
* ovs-vsctl: Simplify code.Alex Wang2015-06-231-4/+3
* 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