summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-ctl: allow configuring user:group for daemonsAaron Conole2018-08-212-0/+16
* ovn-northd: Support learning neighbor from ARP request.Han Zhou2018-08-212-2/+37
* ovn-northd: LR respond ARP from valid subnet only.Han Zhou2018-08-212-6/+14
* ovn: Add DHCP support for option 252.Mark Michelson2018-08-213-1/+12
* 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-controller: Fix warning message when unable to assign meter ID.Han Zhou2018-08-131-1/+1
* ovn-architecture: Use the default key length in examplesTimothy Redaelli2018-08-101-1/+1
* ovn-controller: Use ovsdb index for mac-binding update.Han Zhou2018-08-073-20/+43
* ovn-trace: Fix warnings when port is found but not in current datapath.Han Zhou2018-08-071-1/+3
* ovn-northd: Improve efficiency of stateful checking for ACLs on port groups.Han Zhou2018-08-071-14/+46
* ovn-northd: Simplify struct ovn_port_group.Han Zhou2018-08-071-8/+4
* 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: Add '--restart' flag to ovn-controller exit.Mark Michelson2018-08-021-40/+52
* ovn: Allow for automatic dynamic updates of IPAMMark Michelson2018-08-021-109/+289
* ovn-nbctl: Initialize arguments to avoid compilation warnings.Ian Stokes2018-07-311-1/+5
* Introduce ovs-appctl command to monitor HVs sb connection statusLorenzo Bianconi2018-07-312-0/+22
* ovn-nbctl: Detect unrecognized short options in server mode.Jakub Sitnicki2018-07-311-2/+17
* ovn-northd: Propagate dynamic addresses to port group address sets.Jakub Sitnicki2018-07-311-9/+25
* ovn-northd: Make use of svec for storing lists of addresses.Jakub Sitnicki2018-07-311-32/+15
* ovn-nbctl: Allow referring to port groups by name.Jakub Sitnicki2018-07-311-0/+3
* ofctrl: Placate GCC.Ben Pfaff2018-07-311-1/+1
* ovn: Clean up log() action parsing errors.Justin Pettit2018-07-311-1/+8
* ovn: Add rate-limiting for ACL logs.Justin Pettit2018-07-307-18/+84
* ovn: Support configuring meters through SB Meter table.Justin Pettit2018-07-304-40/+101
* ovn: Add Meter and Meter_Band tables to the NB and SB databases.Justin Pettit2018-07-307-5/+554
* ovn-controller: Add "group-table-list" ovs-appctl command.Justin Pettit2018-07-302-0/+35
* ovn-controller: Add "meter-table-list" ovs-appctl command.Justin Pettit2018-07-302-0/+35
* ovn: Use C strings instead of ds for extended tables.Justin Pettit2018-07-304-27/+24
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-1/+1
* 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