summaryrefslogtreecommitdiff
path: root/tests/test-ovn.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix sparse error on test-ovn.cAlin Gabriel Serdean2017-09-121-1/+1
* tests: Fix MSVC compiler error on test-ovn.cAlin Gabriel Serdean2017-09-111-1/+1
* ovn-controller: Fix empty address set parsing problem.Han Zhou2017-09-111-0/+2
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+0
* flow: Refactor flow_compose() API.Andy Zhou2017-07-271-1/+1
* Fix some -Wimplicit-fallthrough warnings building with GCC 7Timothy Redaelli2017-07-111-0/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-1/+1
* ovn: Increase logical pipeline length from 16 to 24 stages.Mickey Spiegel2017-05-301-3/+3
* ovn-controller: Remove ct_zones from lflow_run.Han Zhou2017-05-011-4/+1
* test-ovn: Use literal -1 instead of WAIT_ANY.Khem Raj2017-03-201-1/+1
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-211-2/+4
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-191-2/+22
* ovn-test: Add 'expr-to-packets' command.Justin Pettit2017-01-051-1/+48
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-051-10/+10
* ovn-test: Fix 'test-ovn composition' crashAndy Zhou2016-10-201-2/+2
* expr: Improve test so that it would have found the bugs I just fixed.Ben Pfaff2016-10-111-6/+4
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-0/+1
* ovn-nbctl, tests: Clean up noisy memory leaksRyan Moats2016-09-091-0/+4
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-16/+18
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-106/+24
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-151-13/+13
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-151-23/+66
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-141-2/+13
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-081-96/+26
* ovn: Add support for IPv6 dynamic bindings.Justin Pettit2016-07-291-1/+1
* ovn-controller: Tighten "nd" definition, add "nd_ns" and "nd_na".Justin Pettit2016-07-291-5/+8
* lib: Separate versioning to its own module.Jarno Rajahalme2016-07-291-2/+2
* move ovn/lib/<lex|actions|expr>.h to include/ovnAaron Rosen2016-07-271-3/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovn: Add xxreg[01] symbols.Justin Pettit2016-07-121-0/+3
* ovn: Renumber logical field registers to the newly extended registers.Justin Pettit2016-07-121-2/+2
* ovn-controller: Add support for load balancing.Gurucharan Shetty2016-07-031-0/+8
* ovn: Add address set support.Russell Bryant2016-07-021-3/+27
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-231-0/+32
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-0/+1
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovn: Implement basic ARP support for L3 logical routers.Ben Pfaff2016-03-121-0/+1
* ovn: Use callback function instead of simap for logical port number map.Ben Pfaff2016-03-111-3/+16
* test-ovn: Add help output for parse-actions command.Ben Pfaff2016-02-101-1/+5
* actions: Bundle action parsing parameters into a structure.Ben Pfaff2015-12-161-3/+12
* test-ovn: Fix memory leak in option processing.Justin Pettit2015-10-221-0/+1
* ovn: Add stateful ACL support.Justin Pettit2015-10-161-2/+5
* ovn: Extend logical "next" action to jump to arbitrary flow tables.Ben Pfaff2015-10-151-2/+2
* ovn: Implement action to exchange two fields.Ben Pfaff2015-10-071-1/+1
* ovn: Implement action to copy one field into another.Ben Pfaff2015-10-071-0/+1
* expr: Properly handle several cases involving string variables.Ben Pfaff2015-09-111-96/+199