summaryrefslogtreecommitdiff
path: root/ovn/utilities/ovn-nbctl.c
Commit message (Expand)AuthorAgeFilesLines
* ovn: Remove remaining pieces.Ben Pfaff2019-09-301-6061/+0
* ovn-nbctl: fix memory leakDamijan Skvarc2019-07-031-0/+5
* ovn-nbctl: Fix 32-bit build with gcc.Ilya Maximets2019-04-171-3/+3
* OVN: add the possibility to configure a static IPv4/IPv6 address and dynamic MACLorenzo Bianconi2019-04-161-0/+2
* Policy-based routing (PBR) in OVN.Mary Manohar2019-04-161-0/+206
* ovn: Add generic HA chassis groupNuman Siddique2019-04-161-2/+224
* ovn-nbctl: Support --no-shuffle-remotes.Han Zhou2019-04-151-2/+24
* ovn-nbctl: Don't segfault when ovn-northd doesn't configure dynamic addresses.Justin Pettit2019-03-131-1/+1
* ovn-nbctl: Add lsp-get-ls commandLucas Alvares Gomes2019-02-271-0/+26
* ovn-nbctl: Daemon mode should retry when IDL connection lost.Han Zhou2019-02-221-4/+8
* OVN: add static IP support to IPAMLorenzo Bianconi2018-12-281-1/+4
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-051-3/+3
* 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-111-0/+76
* 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: Detect and prevent duplicate address assignments.Mark Michelson2018-09-061-0/+81
* tests: Use environment variable for default timeout.Ilya Maximets2018-08-151-6/+2
* utilities: Fix and unify parsing of timeout option.Ilya Maximets2018-08-151-5/+3
* ovn-nbctl: Make daemon mode more transparent.Ben Pfaff2018-08-071-45/+247
* ovn-nbctl: Separate command-line options parsing and interpretation.Ben Pfaff2018-08-071-19/+20
* 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-301-3/+10
* ovn: Add Meter and Meter_Band tables to the NB and SB databases.Justin Pettit2018-07-301-0/+143
* ovn-nbctl: Initial support for daemon mode.Jakub Sitnicki2018-07-231-31/+304
* 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-231-2/+5
* 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
* ovn-nbctl: Don't die in lrp_to_lr().Jakub Sitnicki2018-07-231-6/+14
* ovn-nbctl: Don't die in lsp_to_ls().Jakub Sitnicki2018-07-231-6/+14