summaryrefslogtreecommitdiff
path: root/tests/ovn.at
Commit message (Expand)AuthorAgeFilesLines
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-151-2/+2
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-151-161/+346
* ovn-controller: Reset flow processing after (re)connection to switchNuman Siddique2016-08-141-0/+95
* ovn-northd: Add logical flows to support DHCPv6Numan Siddique2016-08-141-4/+230
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-141-0/+11
* ovn: Fix receive from vxlan in ovn-controller.Darrell Ball2016-08-021-0/+3
* logical-fields: Beautify conntrack definitions.Ben Pfaff2016-08-081-0/+15
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-081-11/+38
* expr: Fine-tune parser error message for common typo.Ben Pfaff2016-08-081-0/+2
* ovn: Add support for IPv6 dynamic bindings.Justin Pettit2016-07-291-0/+15
* ovn: Don't require clearing inport to hair-pin packets.Justin Pettit2016-07-291-2/+2
* ovn: Rename "nd" action to "nd_na".Justin Pettit2016-07-291-4/+4
* tests: Remove trim_zeros() from ovn tests.Daniele Di Proietto2016-07-291-29/+18
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-1/+1
* tests: Remove most packet-forwarding related "sleep"s from OVN tests.Ben Pfaff2016-07-281-124/+66
* ovn: Make two end-to-end tests more reliable.Ben Pfaff2016-07-281-0/+9
* tests: Define trim_zeros in only one place.Ben Pfaff2016-07-281-53/+11
* ovn-northd, tests: Adding IPAM to ovn-northd.Nimay Desai2016-07-281-0/+294
* ovn-northd: Add logical flows to support native DHCPv4Numan Siddique2016-07-261-0/+281
* ovn-controller: Handle physical changes correctlyRyan Moats2016-07-221-8/+17
* ovn.at: A "peer" is only for interconnected routers.Gurucharan Shetty2016-07-181-11/+9
* ovn: Add 128-bit support for ct_labelNuman Siddique2016-07-181-0/+5
* ovn: Support multiple addresses on a single logical router port.Justin Pettit2016-07-121-15/+145
* ovn: Remove 'default_gw' from logical router table.Justin Pettit2016-07-121-2/+2
* ovn: Renumber logical field registers to the newly extended registers.Justin Pettit2016-07-121-32/+32
* ovn-controller: Change strategy for gateway conntrack zone allocation.Gurucharan Shetty2016-07-091-0/+21
* ovn: Support l2gateway-chassis option in "l2gateway" logical portsNuman Siddique2016-07-081-4/+1
* ovn test: Skip "send gratuitous arp on localnet" if no Python installedPaul Boca2016-07-071-0/+1
* ovn-sbctl: Change lport-(un)bind to lsp-(un)bind.Russell Bryant2016-07-071-1/+1
* ovn-controller: Remove old address set after change.Ryan Moats2016-07-071-0/+28
* ovn.at: Use = instead of == for testYAMAMOTO Takashi2016-07-061-2/+2
* ovn-controller: Add support for load balancing.Gurucharan Shetty2016-07-031-0/+9
* ovn: Add colon token to lexer, to support parsing "1.2.3.4:5".Ben Pfaff2016-07-031-1/+2
* ovn: Reduce duplicated process termination code in test scripts.Lance Richardson2016-07-031-262/+15
* ovn: Add address set support for ACLs.Russell Bryant2016-07-031-0/+19
* ovn: Add address set support.Russell Bryant2016-07-021-0/+55
* ovn: gracefully exit daemons in "3 HVs, 3 LS, 3 lports/LS, 1 LR" testLance Richardson2016-07-021-2/+19
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-021-0/+101
* ovn: Add software l2 gateway.Russell Bryant2016-07-011-0/+164
* ovn: Test that port state goes up and down.Russell Bryant2016-07-011-0/+41
* ovn: Add ct_commit(ct_mark=INT, ct_label=INT); action.Russell Bryant2016-06-301-0/+6
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-231-1/+25
* expr: Refactor parsing of assignments and exchanges.Ben Pfaff2016-06-231-1/+1
* ovn: DNAT and SNAT on a gateway router.Gurucharan Shetty2016-06-211-0/+17
* tests: make ovn logical router test case more reliableLance Richardson2016-06-211-0/+4
* ovn: Replace tabs with spaces and clean up alignment in unit tests.Justin Pettit2016-06-111-148/+148
* ovn-nbctl: Update logical switch commands.Justin Pettit2016-06-111-48/+48
* ovn-nbctl: Update logical switch port commands.Justin Pettit2016-06-111-132/+138
* ovn: Use Logical_Switch_Port in NB.Justin Pettit2016-06-111-34/+33
* ovn-nbctl: Add static route commands.Justin Pettit2016-06-111-32/+9