summaryrefslogtreecommitdiff
path: root/ovn/northd
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovn: Add additional comments regarding arp responders.Darrell Ball2016-11-281-6/+61
* ovn: Fix arping from vtep-gw physical port.Ramu Ramamurthy2016-11-281-2/+4
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-0/+1
* ovn: Add a case of policy based routing.Gurucharan Shetty2016-11-031-6/+18
* ovn: fix ovn-northd leak in build_aclsFlavio Fernandes2016-11-011-0/+1
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-3/+0
* ovn-northd: fix router ingress table ID in commentsZongkai LI2016-10-111-3/+3
* ovn-trace: Include source file and line number reference in output.Ben Pfaff2016-10-071-9/+31
* ovn-northd: Drop redundant matching constraints in build_stateful().Ben Pfaff2016-10-071-3/+3
* ovn-northd: support IPAM with externally specified MACLance Richardson2016-10-061-11/+22
* ovn-nbctl: Check the length of MAC addressnickcooper-zhangtonghao2016-10-051-4/+7
* DSCP marking on packetsBabu Shanmugam2016-10-052-37/+90
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-9/+130
* ovn: Do not reply to ARP or ND NS for a VM's own IP address.Ben Pfaff2016-09-302-0/+45
* ovn: Initialize the databases.Gurucharan Shetty2016-09-231-3/+7
* ovn-northd: Fix overlapping ARP/ND resolution logical flows.Ben Pfaff2016-09-231-2/+0
* ovn: Change ct_label[0] to ct_label.blockedBabu Shanmugam2016-09-212-20/+20
* ovn-northd: Format logical flows a little better.Gurucharan Shetty2016-09-151-4/+6
* ovn-northd: Fix a memory leak.Gurucharan Shetty2016-09-151-0/+1
* ovn-northd: add dhcpv6 stateless option supportZongkai LI2016-09-141-3/+16
* ovn-northd: Tag allocation for nested containers.Gurucharan Shetty2016-09-091-13/+120
* ovn-northd: Add load-balancers to gateway routers.Gurucharan Shetty2016-09-092-37/+204