summaryrefslogtreecommitdiff
path: root/ovn/northd/ovn-northd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OVN.Mark Michelson2019-09-061-9446/+0
* OVN: fix memory leak in build_pre_lbLorenzo Bianconi2019-08-281-1/+0
* OVN: Add ovn-northd IGMP supportDumitru Ceara2019-07-161-38/+510
* ovn-northd: Fix the ovn-northd continuous loopingNuman Siddique2019-07-161-9/+10
* OVN: use trigger_event action to report 'empty_lb_rule' eventsLorenzo Bianconi2019-07-121-0/+33
* OVN: run local logical flows first in S_ROUTER_OUT_SNAT tableLorenzo Bianconi2019-07-081-2/+5
* OVN: do not distribute traffic for local FIPLorenzo Bianconi2019-07-051-0/+13
* ovn: Send GARP for router port IPs of a router port connected to bridged logi...Numan Siddique2019-07-031-7/+37
* ovn: Send GARP for the router ports with reside-on-redirect-chassis options setNuman Siddique2019-07-031-0/+31
* ovn-northd: Refactor the code which sets nat_addressesNuman Siddique2019-07-031-19/+13
* ovn: Add support for DHCP option 15 - domain nameMaciej Józefczyk2019-06-071-0/+1
* ovn-northd: Fix the HA_Chassis sync issue in OVN SB DBNuman Siddique2019-04-251-18/+74
* ovn: Generate ICMPv4 packet in router pipeline for larger packetsNuman Siddique2019-04-221-4/+88
* ovn: Add a new OVN field icmp4.frag_mtuNuman Siddique2019-04-221-1/+1
* OVN: add the possibility to configure a static IPv4/IPv6 address and dynamic MACLorenzo Bianconi2019-04-161-22/+65
* Policy-based routing (PBR) in OVN.Mary Manohar2019-04-161-6/+107
* OVN: fix DVR Floating IP supportLorenzo Bianconi2019-04-161-0/+105
* ovn: Support a new Logical_Switch_Port.type - 'external'Numan Siddique2019-04-161-11/+132
* ovn-northd: Delete the references to gateway_chasss in SB DBNuman Siddique2019-04-161-168/+163
* ovn: Add generic HA chassis groupNuman Siddique2019-04-161-27/+419
* ovn-northd: Reuse the hmaps - datapaths and ports in ovnsb_db_run()Numan Siddique2019-04-161-61/+48
* OVN: Always send prefix option in RAsMark Michelson2019-03-251-7/+4
* OVN: Add support for DHCP option 150 - TFTP server addressLucas Alvares Gomes2019-03-071-0/+1
* OVN: Add support for DHCP option 210 - path prefixLucas Alvares Gomes2019-03-071-0/+1
* 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: Add DHCP support for option 67 - bootfile nameNuman Siddique2019-01-161-0/+1
* 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
* OVN: add static IP support to IPAMLorenzo Bianconi2018-12-281-4/+33
* OVN: add mac address only support to IPAM/MACAMLorenzo Bianconi2018-12-281-1/+7
* 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-171-0/+36
* OVN: add selected mac address to MACAM in update_dynamic_addressesLorenzo Bianconi2018-12-121-0/+2
* ovn: Avoid tunneling for VLAN packets redirected to a gateway chassisNuman Siddique2018-11-261-16/+55
* OVN: native support for tunnel encryptionQiuyu Xiao2018-11-091-2/+6
* 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-061-3/+34
* 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-051-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
* ovn: Support configuring the BFD params for the tunnel interfacesNuman Siddique2018-10-111-0/+2
* ovn: Detect and prevent duplicate address assignments.Mark Michelson2018-09-061-0/+6
* ovn: Fix the issue in IPv6 Neigh Solicitation responder for router IPsNuman Siddique2018-08-271-1/+3
* ovn-northd: Support learning neighbor from ARP request.Han Zhou2018-08-211-0/+22
* ovn-northd: LR respond ARP from valid subnet only.Han Zhou2018-08-211-2/+6
* ovn: Add DHCP support for option 252.Mark Michelson2018-08-211-1/+2