summaryrefslogtreecommitdiff
path: root/ovn/utilities
Commit message (Expand)AuthorAgeFilesLines
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-102-2/+2
* OVN: add static IP support to IPAMLorenzo Bianconi2018-12-281-1/+4
* docs: Fix cross-references that referred to discussions that have moved.Ben Pfaff2018-11-152-2/+2
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-052-4/+4
* manpages: Include ovs.tmac in most man roots.Ilya Maximets2018-10-302-11/+2
* windows, ovn-nbctl: Add service_start call inside the server loopAlin Gabriel Serdean2018-10-241-8/+7
* ovn-nbctl: Add basic port group commands.Mark Michelson2018-10-112-0/+98
* ovn-ctl: Fix the wrong pidfile argument passed to ovsdb-serversNuman Siddique2018-10-111-4/+4
* ovn-trace: Fix tracing when ip.dst has to go via a gateway routerNuman Siddique2018-10-111-0/+9
* ovndb-servers.ocf: Add ssl support for managing OVN DB resources with pacemak...aginwala2018-10-111-1/+71
* ovn-ctl: Allow passing ssl certs when starting OVN DBs in ssl mode.aginwala2018-10-112-3/+52
* ovn-nbctl: Don't parse table-formatting options in nbctl_clientMark Michelson2018-10-081-1/+0
* table: Create method for resetting table formatting.Mark Michelson2018-10-081-0/+1
* OVN: add CT_LB action to ovn-traceLorenzo Bianconi2018-09-212-5/+111
* ovn: Detect and prevent duplicate address assignments.Mark Michelson2018-09-061-0/+81
* ovn-ctl: allow configuring user:group for daemonsAaron Conole2018-08-212-0/+16
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-152-9/+3
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-152-8/+5
* ovn-trace: Fix warnings when port is found but not in current datapath.Han Zhou2018-08-071-1/+3
* ovn-nbctl: Make daemon mode more transparent.Ben Pfaff2018-08-072-54/+299
* ovn-nbctl: Separate command-line options parsing and interpretation.Ben Pfaff2018-08-071-19/+20
* ovn: Modify restart_controller in ovn-ctl to use --restartMark Michelson2018-08-021-2/+2
* ovn-nbctl: Initialize arguments to avoid compilation warnings.Ian Stokes2018-07-311-1/+5
* ovn-nbctl: Detect unrecognized short options in server mode.Jakub Sitnicki2018-07-311-2/+17
* ovn-nbctl: Allow referring to port groups by name.Jakub Sitnicki2018-07-311-0/+3
* ovn: Add rate-limiting for ACL logs.Justin Pettit2018-07-302-5/+14
* ovn: Add Meter and Meter_Band tables to the NB and SB databases.Justin Pettit2018-07-302-0/+196
* Permit to build OVS with only Python3 installedTimothy Redaelli2018-07-241-1/+1
* ovn-nbctl: Initial support for daemon mode.Jakub Sitnicki2018-07-232-31/+344
* ovn-nbctl: Extract a helper for appending command options.Jakub Sitnicki2018-07-231-12/+25
* ovn-nbctl: Extract a helper for building short options string.Jakub Sitnicki2018-07-231-4/+14
* ovn-nbctl: Extract handling of options that affect main loop.Jakub Sitnicki2018-07-231-52/+84
* ovn-nbctl: Extract helper for printing oneline output.Jakub Sitnicki2018-07-231-19/+34
* ovn-nbctl: Introduce a poll_timer based wait timeout.Jakub Sitnicki2018-07-231-8/+19
* ovn-nbctl: Propagate errors from prerequisites runner.Jakub Sitnicki2018-07-231-5/+13
* ovn-nbctl: Propagate errors from the main loop.Jakub Sitnicki2018-07-231-6/+13
* ovn-nbctl: Propagate the error from do_nbctl().Jakub Sitnicki2018-07-231-14/+32
* db-ctl-base: Propagate errors from the commands parser.Jakub Sitnicki2018-07-232-4/+10
* ovn-nbctl: Don't destroy the transaction twice on error.Jakub Sitnicki2018-07-231-0/+1
* ovn-nbctl: Signal need to try again via an output param.Jakub Sitnicki2018-07-231-7/+13
* ovn-nbctl: Pull up releasing IDL from do_nbctl().Jakub Sitnicki2018-07-231-1/+3
* ovn-nbctl: Pull up destroying commands from do_nbctl().Jakub Sitnicki2018-07-231-6/+7
* ovn-nbctl: Extract the main loop.Jakub Sitnicki2018-07-231-4/+16
* ovn-nbctl: Fix mem leak in nbctl_lrp_set_gateway_chassis().Jakub Sitnicki2018-07-231-0/+1
* ovn-nbctl: Remove pointless "return; " at ends of functions.Jakub Sitnicki2018-07-231-2/+0
* ovn-nbctl: Use ctl_error() in command handlers.Jakub Sitnicki2018-07-231-12/+24
* ovn-nbctl: Propagate error thru the context.Jakub Sitnicki2018-07-231-45/+90
* ovn-nbctl: Don't die in dhcp_options_get().Jakub Sitnicki2018-07-231-13/+31
* ovn-nbctl: Don't die in parse_direction().Jakub Sitnicki2018-07-231-9/+31
* ovn-nbctl: Don't die in parse_priority().Jakub Sitnicki2018-07-231-10/+34