summaryrefslogtreecommitdiff
path: root/vtep/vtep-ctl.c
Commit message (Expand)AuthorAgeFilesLines
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-061-3/+4
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-3/+3
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-6/+6
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-3/+1
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-151-5/+3
* db-ctl-base: Propagate errors from the commands parser.Jakub Sitnicki2018-07-231-2/+5
* db-ctl-base: Extend ctl_context with an error message.Jakub Sitnicki2018-07-031-0/+9
* ovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse options before logging.Ben Pfaff2018-05-251-5/+3
* ctl-option: add --inactivity-probe= option in set targets commandsGuoshuai Li2018-03-311-4/+13
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-261-2/+5
* ovs-vsctl, vtep-ctl: Free 'args' string on exit.Ben Pfaff2018-01-261-4/+8
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+0
* Free port bindings when deleting cached ports.Mark Michelson2017-07-141-0/+1
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-031-5/+6
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-7/+5
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-0/+1
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-131-64/+14
* table: correct documented default format in man pagesLance Richardson2016-12-221-1/+0
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-1/+2
* 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