summaryrefslogtreecommitdiff
path: root/vtep/vtep-ctl.c
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-1/+0
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+1
* vtep: Add source node replication support.Darrell Ball2016-05-091-0/+41
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-9/+9
* 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-2/+2
* vlog: Stop using explicit references to external log modules.Ben Pfaff2016-02-031-2/+1
* vtep: add logical router related commands.Wenyu Zhang2016-02-031-0/+155
* vtep: make vtep-ctl support L3 tables.Wenyu Zhang2016-01-281-0/+12
* vtep-ctl: Exit if database connection fails.Daniele Di Proietto2015-10-221-0/+5
* Fix typos in comments.Ben Pfaff2015-09-141-1/+1
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-6/+11
* 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-11/+11
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-171-4/+28
* vtep-ctl: Remove extraneous NULL pointer check.Joe Stringer2015-07-171-7/+2
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-131-2/+2
* db-ctl-base: Improve show command.Alex Wang2015-06-231-3/+10
* vtep-ctl: Use db-ctl-base.Alex Wang2015-06-231-1977/+372
* vtep-ctl: Fix a bug.Alex Wang2015-06-111-1/+1
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-1/+1
* vtep: Move vtep IDL files into new "libvtep.la".Justin Pettit2015-03-051-1/+1
* 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-5/+5
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-4/+4
* vtep-ctl: Add Tunnel table to vtep_ctl_table_class.Gurucharan Shetty2014-09-251-0/+18
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-3/+3
* vtep-ctl: Free error string before return from cmd_remove().Madhu Challa2014-08-271-2/+2
* Avoid static declarations of arrays with unknown size.Gurucharan Shetty2014-04-041-5/+8
* vtep-ctl: Print schema version when called with "--version".Justin Pettit2014-02-281-0/+1
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-4/+4
* vtep: Add vtep-ctl command.Justin Pettit2013-10-171-0/+3890