summaryrefslogtreecommitdiff
path: root/ovn/lib
Commit message (Expand)AuthorAgeFilesLines
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-01-271-6/+9
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-211-0/+16
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-211-10/+60
* actions: Omit table number when possible for formatting "next" action.Ben Pfaff2017-01-211-22/+22
* actions: Separate action structures for "next" and "ct_next".Ben Pfaff2017-01-211-3/+8
* actions: Add new OVN action "clone".Ben Pfaff2017-01-211-14/+47
* actions: Make "free" functions per-struct, not per-action.Ben Pfaff2017-01-211-73/+20
* actions: Make "arp { drop; };" acceptable.Ben Pfaff2017-01-201-10/+6
* lex: Make lexer_force_match() work for LEX_T_END.Ben Pfaff2017-01-201-4/+9
* actions: Fix "arp" and "nd_na" followed by another action.Ben Pfaff2017-01-201-3/+5
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-191-5/+155
* libX: add new release / version info tagsAaron Conole2017-01-181-1/+1
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-052-47/+50
* ovn-controller: Fix conntrack zone in gateway routers.Guru Shetty2016-12-201-1/+2
* ovn: Encode dhcpv6 PACKET_IN userdata as big endian.Daniele Di Proietto2016-12-122-9/+15
* ovn-northd: Force SNAT for multiple gateway routers.Gurucharan Shetty2016-11-292-0/+18
* logical-fields: Add ct.dnat and ct.snat symbols.Gurucharan Shetty2016-11-151-0/+2
* ovn: fix build on FreeBSDThadeu Lima de Souza Cascardo2016-10-191-0/+1
* lex: Treat formfeeds as white space.Ben Pfaff2016-10-111-1/+1
* expr: Better simplify some special cases of expressions.Ben Pfaff2016-10-111-7/+34
* expr: Fix abort when simplifying "x != 0/0".Ben Pfaff2016-10-111-1/+10
* expr: Simplify "x == 0/0" into 1.Ben Pfaff2016-10-111-1/+14
* ovn-northd: support IPAM with externally specified MACLance Richardson2016-10-062-1/+21
* DSCP marking on packetsBabu Shanmugam2016-10-051-1/+1
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-0/+42
* ovn: Change ct_label[0] to ct_label.blockedBabu Shanmugam2016-09-211-0/+3
* ovn-trace: Avoid segfault for DHCP options flows.Ben Pfaff2016-09-141-1/+1
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-0/+3
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-2/+7
* ovn-controller: Fix leak in patched_datapaths processing.Ben Pfaff2016-09-012-3/+4
* expr: Fix memory leak in expr_macros_destroy().Ben Pfaff2016-08-311-0/+1
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-1/+0
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-39/+24
* ovn: Support for GARP for NAT IPs via localnetChandra S Vejendla2016-08-162-4/+4
* ovn-trace: New utility.Ben Pfaff2016-08-151-6/+17
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-0/+121
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-1/+117
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-153-396/+339
* ovn-util: Add common functions for the default NB and SB databases.Ben Pfaff2016-08-152-0/+31
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-152-1092/+1621
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-142-0/+185
* ovn: Fix receive from vxlan in ovn-controller.Darrell Ball2016-08-021-9/+18
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-101-0/+1
* logical-fields: Beautify conntrack definitions.Ben Pfaff2016-08-081-13/+21
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-084-0/+227
* logical-fields: Get rid of MFF_LOG_REGS in favor of something sensible.Ben Pfaff2016-08-081-12/+3
* expr: Give a subfield a direct pointer to its parent in struct expr_symbol.Ben Pfaff2016-08-081-43/+27
* expr: Track writability as part of expr_symbol.Ben Pfaff2016-08-081-5/+8
* expr: Initialize 'relop' of allocated exprs in crush_and_string().Ben Pfaff2016-08-081-0/+1
* expr: Refine handling of error parameter to expr_annotate().Ben Pfaff2016-08-081-2/+5