summaryrefslogtreecommitdiff
path: root/tests/ovn.at
Commit message (Expand)AuthorAgeFilesLines
* ovn: Increase logical pipeline length from 16 to 24 stages.Mickey Spiegel2017-05-301-20/+20
* ovn: Add support for new logical port type "localport".Daniel Alvarez2017-05-301-0/+122
* Revert "tunneling: Avoid recirculation on datapath."Joe Stringer2017-05-101-5/+1
* ovn-northd: Add logical flows to support native DNSNuman Siddique2017-05-021-0/+377
* ovn-controller: Add 'dns_lookup' actionNuman Siddique2017-05-021-0/+7
* tunneling: Avoid recirculation on datapath.Sugesh Chandran2017-04-211-1/+5
* ovn-util: Allow /32 IP addresses for router ports.Guru Shetty2017-04-211-0/+100
* ovn-northd ipam: Support IPv6 dynamic assignmentNuman Siddique2017-04-141-2/+54
* ovn-northd ipam: Support 'exclude_ips' optionNuman Siddique2017-04-141-0/+49
* ovn: Gratuitous ARP for distributed NAT rulesMickey Spiegel2017-03-301-5/+59
* ovn: Gratuitous ARP for centralized NAT rules on a distributed routerMickey Spiegel2017-03-301-0/+75
* ovn: Fix options:router-port in Gratuitous ARP testsMickey Spiegel2017-03-291-2/+2
* ovn: specify options:nat-addresses as "router"Mickey Spiegel2017-03-071-0/+60
* ovn-northd ipam: handle the static MAC updates by the userNuman Siddique2017-02-151-0/+19
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-01-271-1/+1
* ovn-northd: Add flows in DHCP_OPTIONS pipeline to support renew requestsNuman Siddique2017-01-251-9/+75
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-211-0/+4
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-211-1/+21
* actions: Omit table number when possible for formatting "next" action.Ben Pfaff2017-01-211-4/+4
* actions: Add new OVN action "clone".Ben Pfaff2017-01-211-0/+5
* actions: Make "arp { drop; };" acceptable.Ben Pfaff2017-01-201-0/+4
* actions: Fix "arp" and "nd_na" followed by another action.Ben Pfaff2017-01-201-2/+2
* ovn: Introduce distributed gateway port and "chassisredirect" port bindingMickey Spiegel2017-01-191-0/+334
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-191-0/+14
* ovn: specify addresses of type "router" lsps as "router"Mickey Spiegel2017-01-131-1/+2
* ofproto-dpif: Make ofproto/trace output easier to read.Ben Pfaff2017-01-121-2/+2
* ovn.at: Rewrite a test using ovn-controller 'inject-pkt' command.Justin Pettit2017-01-051-20/+23
* tests: Fix race in "ovn -- vtep: 3 HVs, 1 VIFs/HV, 1 GW, 1 LS".Ben Pfaff2016-12-231-3/+1
* ovn-sb: remote connection management in sb dbLance Richardson2016-12-211-0/+52
* ovn-nb: remote connection management in nb dbLance Richardson2016-12-211-0/+52
* ovn-controller: Fix duplicated flow add attempts in table 32.Han Zhou2016-12-211-0/+5
* ovn-controller: Handle only relevant ports and flows.Ben Pfaff2016-12-191-2/+2
* ovn-northd: Sort options in put_dhcp(v6)_opts.Daniele Di Proietto2016-12-121-2/+2
* ovn: Encode dhcpv6 PACKET_IN userdata as big endian.Daniele Di Proietto2016-12-121-4/+4
* tests: Add tracing to "ovn -- 2 HVs, 4 lports/HV, localnet ports" test.Ben Pfaff2016-12-061-36/+60
* tests: Fix order confusion in "ovn -- 2 HVs, 4 lports/HV, localnet ports".Ben Pfaff2016-12-061-2/+2
* ovn: Test arp requests received from vtep ports.Darrell Ball2016-11-281-0/+30
* logical-fields: Add ct.dnat and ct.snat symbols.Gurucharan Shetty2016-11-151-1/+3
* ovn: Add a case of policy based routing.Gurucharan Shetty2016-11-031-0/+219
* ovn-controller: Container can have connection to a hosting VM.Gurucharan Shetty2016-11-021-0/+193
* ovn-southbound: Implement read-only connection support.Lance Richardson2016-11-011-0/+94
* ovn-test: Fix 'test-ovn composition' crashAndy Zhou2016-10-201-0/+4
* ovn.at: Avoid using "printf -v"YAMAMOTO Takashi2016-10-191-2/+2
* expr: Better simplify some special cases of expressions.Ben Pfaff2016-10-111-0/+12
* expr: Improve test so that it would have found the bugs I just fixed.Ben Pfaff2016-10-111-11/+17
* expr: Fix abort when simplifying "x != 0/0".Ben Pfaff2016-10-111-0/+2
* expr: Simplify "x == 0/0" into 1.Ben Pfaff2016-10-111-0/+8
* ovn: Fix "trace" test to wait for synchronization of southbound ports.Ben Pfaff2016-10-071-0/+3
* ovn: Remove weird or unneeded keywords from tests.Ben Pfaff2016-10-071-22/+2
* ovn: Fix some races in IPAM connectivity test.Ben Pfaff2016-10-071-9/+3