summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* OVN: Add port addresses to IPAM after all ports are joined.Mark Michelson2019-03-061-0/+5
* OVN: select a random mac_prefix if not providedLorenzo Bianconi2019-03-051-19/+17
* OVN: update RA next_announce according to {min, max}_intervalLorenzo Bianconi2019-03-041-0/+5
* ovn: Make DHCP log messages uniqueBrian Haley2019-02-281-7/+8
* ovn-nbctl: Add lsp-get-ls commandLucas Alvares Gomes2019-02-272-0/+31
* ovn: update ovn-ctl usage with status, promote and demote commandsMoshe Levi2019-02-261-0/+8
* ovn-controller: Provide the option to set the datapath-type of br-intNuman Siddique2019-02-222-1/+18
* ovn-nbctl: Daemon mode should retry when IDL connection lost.Han Zhou2019-02-221-4/+8
* Support for multiple VTEP in OVNvenu iyer2019-02-229-44/+282
* Initialize the right database.Ted Elhourani2019-02-141-1/+1
* ovn: change load balancer references to weak in NB schemaDaniel Alvarez2019-02-111-4/+4
* ovn-controller: Fix chassisredirect port flapping when ovs-vswitchd crashesNuman Siddique2019-02-043-1/+21
* ovn-nb.xml: Minor documentation corrections.Ben Pfaff2019-01-171-2/+2
* ovn: Add DHCP support for option 67 - bootfile nameNuman Siddique2019-01-163-0/+9
* ovn: Add port addresses to IPAM later.Mark Michelson2019-01-161-2/+2
* ovn: Clear dynamic_addresses when addresses are not "dynamic"Mark Michelson2019-01-161-1/+1
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-102-2/+2
* OVN: add static IP support to IPAMLorenzo Bianconi2018-12-283-5/+45
* OVN: add mac address only support to IPAM/MACAMLorenzo Bianconi2018-12-282-1/+12
* ovn-sb.ovsschema: Avoid duplicated IPs in Encap table.Han Zhou2018-12-271-3/+4
* ovn: Fix incorrect comparison of the NB and SB band actionMaks Naumov2018-12-271-1/+1
* ovn: Fix the invalid eth.dst and ip6.dst set by nd_ns action for certain cases.Numan Siddique2018-12-172-0/+60
* ovn: Fix indentation in TODO.Ben Pfaff2018-12-121-21/+21
* OVN: add selected mac address to MACAM in update_dynamic_addressesLorenzo Bianconi2018-12-121-0/+2
* pinctrl: Check requested IP in DHCPREQUEST messagesGregory Smith2018-12-122-25/+102
* ovn-controller: Inject GARPs to logical switch pipeline to update neighborsDaniel Alvarez2018-12-121-51/+29
* ovn-sb.xml: Remove outdated paragragh which is not true any more.Numan Siddique2018-12-031-5/+0
* ovn: Avoid tunneling for VLAN packets redirected to a gateway chassisNuman Siddique2018-11-264-16/+339
* docs: Fix cross-references that referred to discussions that have moved.Ben Pfaff2018-11-152-2/+2
* pinctrl: Fix dp_packet structure leak.Ilya Maximets2018-11-121-3/+3
* pinctrl: Fix crash on buffered packets hmap double remove.Ilya Maximets2018-11-121-2/+2
* OVN: native support for tunnel encryptionQiuyu Xiao2018-11-099-14/+82
* actions: Enforce a maximum limit for nested action depthYifeng Sun2018-11-091-0/+9
* OVN: configure L2 address according to the used IP addressLorenzo Bianconi2018-11-061-24/+21
* OVN: assign new addresses at the end of build_ipam routineLorenzo Bianconi2018-11-061-16/+19
* OVN: introduce mac_prefix support to IPAMLorenzo Bianconi2018-11-062-3/+39
* ovn-northd: Always set nat_addresses and options in Port_Binding.Ben Pfaff2018-11-051-0/+6
* ovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which fails during rpm buildNuman Siddique2018-11-053-5/+5
* ovn-controller: Call ofctrl_inject_pkt() with correct argument order.xurong000379972018-11-021-1/+1
* ovn-northd: Fix memory leak in free_chassis_queueid().Ben Pfaff2018-10-311-0/+1
* ovn-northd: Use structure assignment instead of memcpy().Ben Pfaff2018-10-311-1/+1
* ovn-northd: Improve hashing for chassis queues.Ben Pfaff2018-10-311-5/+13
* 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: add buffering support for ip packetsLorenzo Bianconi2018-10-181-33/+223
* Revert "OVN: add buffering support for ip packets"Ben Pfaff2018-10-151-223/+33
* 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
* ovn: Support configuring the BFD params for the tunnel interfacesNuman Siddique2018-10-118-27/+139