summaryrefslogtreecommitdiff
path: root/include/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-021-1/+8
* ovn-controller: Add a new action - 'put_nd_ra_opts'Numan Siddique2017-11-021-1/+13
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-021-8/+8
* ovn: Allow ct_lb actions to take IPv6 address arguments.Mark Michelson2017-11-021-1/+5
* ovn: Add support for ACL logging.Justin Pettit2017-07-281-24/+42
* ovn-controller: Add 'dns_lookup' actionNuman Siddique2017-05-021-1/+16
* ovn-controller: Remove ct_zones from lflow_run.Han Zhou2017-05-011-3/+0
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-01-271-0/+3
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-211-0/+1
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-211-27/+36
* actions: Introduce enum ovnact_pipeline.Ben Pfaff2017-01-211-0/+6
* actions: Omit table number when possible for formatting "next" action.Ben Pfaff2017-01-211-0/+8
* actions: Separate action structures for "next" and "ct_next".Ben Pfaff2017-01-211-2/+8
* actions: Add new OVN action "clone".Ben Pfaff2017-01-211-2/+3
* lex: Make lexer_force_match() work for LEX_T_END.Ben Pfaff2017-01-201-2/+2
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-191-1/+21
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-051-9/+9
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-1/+16
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-0/+2
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-0/+3
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-4/+0
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-8/+0
* ovn-trace: New utility.Ben Pfaff2016-08-151-0/+8
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-0/+8
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-0/+6
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-153-13/+20
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-152-37/+299
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-141-0/+12
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-101-0/+5
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-081-0/+4
* expr: Give a subfield a direct pointer to its parent in struct expr_symbol.Ben Pfaff2016-08-081-15/+19
* expr: Track writability as part of expr_symbol.Ben Pfaff2016-08-081-0/+1
* ovn: Add support for IPv6 dynamic bindings.Justin Pettit2016-07-291-1/+12
* ovn: Rename "nd" action to "nd_na".Justin Pettit2016-07-291-2/+2
* move ovn/lib/<lex|actions|expr>.h to include/ovnAaron Rosen2016-07-274-0/+759