summaryrefslogtreecommitdiff
path: root/ovn/northd
Commit message (Expand)AuthorAgeFilesLines
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-281-1/+1
* ovn-northd: Refactor logic for logical port 'up' state updateJakub Sitnicki2017-11-281-5/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ovn-northd.8: Fix wrong descriptionwei2017-11-031-1/+1
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-022-7/+25
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-022-21/+199
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-021-7/+7
* ovn: Allow northd to install IPv6 ct_lb logical flows.Mark Michelson2017-11-022-100/+150
* OVN: Don't let peers be set to "<error>" on port bindings.Mark Michelson2017-11-011-11/+16
* ovn: Check for known logical switch port types.Mark Michelson2017-11-011-1/+8
* ovn: Add LB flows for logical router with gateway portNuman Siddique2017-10-272-29/+123
* ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical...Numan Siddique2017-10-251-0/+4
* ovn-northd: add chassis nonull checkwang qianyu2017-09-191-0/+1
* ovn-northd: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-21/+15
* ovn-northd: Add native active-standby HA.Russell Bryant2017-08-022-9/+40
* ovn: Restrict encap modification to its creating chassisMark Michelson2017-07-311-1/+1
* ovn: Add support for ACL logging.Justin Pettit2017-07-281-9/+68
* ovn-northd: Optimize acl of localnet-port.wangqianyu2017-07-262-1/+25
* ovn: l3ha ensure no master bouncing when ovn-controller is restartedmajopela@redhat.com2017-07-161-14/+20
* ovn: l3ha, handling of multiple gateway chassismajopela@redhat.com2017-07-161-6/+2
* ovn: l3ha, ovn-northd gateway chassis propagationmajopela@redhat.com2017-07-161-9/+238
* ovn: add rbac tables to ovn southbound schemaLance Richardson2017-06-081-0/+197
* Copy external_ids from Logical_Switch_Port to SB databaseDaniel Alvarez Sanchez2017-06-071-2/+3
* ovn: Add support for new logical port type "localport".Daniel Alvarez2017-05-302-6/+8
* ovn-northd: Avoid null deref for missing outport in build_static_route_flow().Ben Pfaff2017-05-301-1/+1
* ovn-northd: Fix uninitialized reference in build_static_route_flow().Ben Pfaff2017-05-301-1/+1
* ovn-northd: Keep external-ids up-to-date in Datapath_Binding.Ben Pfaff2017-05-031-25/+31
* ovn-northd: Propagate Neutron datapath names to southbound database.Ben Pfaff2017-05-031-3/+9
* ovn-northd: Propagate Neutron port names to southbound database.Ben Pfaff2017-05-031-0/+13
* ovn-northd: Add logical flows to support native DNSNuman Siddique2017-05-022-9/+261
* northd: document command-line options in man pageLance Richardson2017-05-021-65/+36
* ovn-northd: Add hint in lflow to link back to aclHan Zhou2017-04-211-28/+50
* ovn-northd: Allow static routes with nexthop in different subnet.Guru Shetty2017-04-211-0/+17
* ovn-northd ipam: Support IPv6 dynamic assignmentNuman Siddique2017-04-141-20/+49
* ovn-northd ipam: Support 'exclude_ips' optionNuman Siddique2017-04-141-108/+146
* ovn: Gratuitous ARP for distributed NAT rulesMickey Spiegel2017-03-301-27/+65
* ovn: Gratuitous ARP for centralized NAT rules on a distributed routerMickey Spiegel2017-03-301-14/+38
* ovn: Modify the DHCPv4 router option to optionalGuoshuai Li2017-03-171-7/+3
* ovn: specify options:nat-addresses as "router"Mickey Spiegel2017-03-071-24/+90
* ovn-northd ipam: handle the static MAC updates by the userNuman Siddique2017-02-151-0/+37
* Remove build-time generated files when "make clean" is run.Justin Pettit2017-02-131-1/+1
* ovn: distributed NAT flowsMickey Spiegel2017-01-272-67/+759
* ovn: move load balancing flows after NAT flowsMickey Spiegel2017-01-271-70/+70
* ovn-northd: Add flows in DHCP_OPTIONS pipeline to support renew requestsNuman Siddique2017-01-251-4/+33
* ovn: Introduce distributed gateway port and "chassisredirect" port bindingMickey Spiegel2017-01-192-18/+285
* ovn: specify addresses of type "router" lsps as "router"Mickey Spiegel2017-01-131-2/+29
* ovn-northd: fix monitor process namingLance Richardson2016-12-211-0/+1
* ovn-northd: Sort options in put_dhcp(v6)_opts.Daniele Di Proietto2016-12-121-8/+17
* ovn-northd: Force SNAT for multiple gateway routers.Gurucharan Shetty2016-11-292-21/+208