summaryrefslogtreecommitdiff
path: root/utilities/ovs-vsctl.c
Commit message (Expand)AuthorAgeFilesLines
* ovs-vsctl: Do not sent 'set_db_change_aware'.Han Zhou2023-01-161-0/+1
* db-ctl-base: Use partial map/set updates for last add/set commands.Ilya Maximets2022-12-061-3/+4
* idlc: support short version of SAFE macros.Adrian Moreno2022-03-301-18/+18
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+4
* bridge: Fix null dereference on ct_timeout_policy recordYi-Hung Wei2020-06-271-3/+7
* ofproto-dpif: Expose datapath capability to ovsdb.William Tu2019-11-211-0/+28
* ovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl and ovn-sbctl.Ben Pfaff2019-09-301-1/+26
* ovs-vsctl: Add conntrack zone commands.William Tu2019-09-261-4/+195
* ovs-vsctl: Add datapath_type column to show command.Ilya Maximets2019-03-221-0/+1
* 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
* ovn-nbctl, ovn-sbctl, ovs-vsctl: Don't dup error message just to report it.Jakub Sitnicki2018-07-091-5/+1
* db-ctl-base: Extend ctl_context with an error message.Jakub Sitnicki2018-07-031-0/+9
* db-ctl-base: Don't die in ctl_set_column() on error.Jakub Sitnicki2018-07-031-2/+5
* ovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse options before logging.Ben Pfaff2018-05-251-5/+3
* Expose missing --peer-ca-cert and SSL options in usage and manpages.Dan Williams2018-05-091-1/+1
* ovs-vsctl: Fix segfault when attempting to del-port from parent bridge.Flavio Fernandes2018-05-071-2/+2
* ctl-option: add --inactivity-probe= option in set targets commandsGuoshuai Li2018-03-311-7/+24
* ovs-vsctl: Include bfd_status in "show" output for interfacesMiguel Angel Ajo2018-03-141-1/+2
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-261-2/+5
* ovs-vsctl: Add commands "add-bond-iface" and "del-bond-iface".Ben Pfaff2018-02-061-3/+74
* 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-2/+1
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+2
* ovn-nbctl, ovn-sbctl, ovs-vsctl: Remove gratuitous NULL checks.Ben Pfaff2017-05-301-5/+4
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-031-13/+15
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-031-26/+14
* ovn-sbctl, ovn-nbctl, ovs-vsctl: Remove useless record id methods.Ben Pfaff2017-05-031-11/+5
* table: provide table formatting option help at runtimeLance Richardson2017-04-061-0/+1
* ovs-vsctl: Disallow empty bridge, port, and interface names.Ben Pfaff2017-02-031-0/+12
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-131-64/+38
* table: correct documented default format in man pagesLance Richardson2016-12-221-1/+0
* ovs-vsctl: Print error when add-port fails.Daniele Di Proietto2016-12-211-8/+15
* 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
* ovs-vsctl: simply vsctl_parent_process_info()Andy Zhou2016-08-101-13/+3
* ovs-vsctl: Change log level of vsctl_parent_process_infoKyle Mestery2016-08-081-15/+22
* ovn-nbctl: Add "sync" command to wait for previous changes to take effect.Ben Pfaff2016-08-081-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovs-vsctl: Fix typo in comment.Ben Pfaff2016-07-181-1/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+1
* ovs-vsctl: Support identifying Flow_Sample_Collector_Set records by id.Ben Pfaff2016-06-131-1/+3
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-8/+8
* 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