summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-213-0/+21
* actions: Make "next" action able to jump from egress to ingress pipeline.Ben Pfaff2017-01-214-18/+106
* actions: Introduce enum ovnact_pipeline.Ben Pfaff2017-01-211-22/+20
* 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-213-14/+76
* actions: Make "free" functions per-struct, not per-action.Ben Pfaff2017-01-211-73/+20
* ovn-trace: Fix selection of table that "next" jumps to.Ben Pfaff2017-01-211-2/+2
* 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: Introduce distributed gateway port and "chassisredirect" port bindingMickey Spiegel2017-01-1910-23/+611
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-196-14/+222
* ovn-nbctl: Ability to bootstrap CA certificate.Gurucharan Shetty2017-01-192-0/+7
* ovn-ctl: Add bootstrap ovn-controller CA certificate option.Gurucharan Shetty2017-01-182-2/+19
* libX: add new release / version info tagsAaron Conole2017-01-181-1/+1
* ovn: document logical routers and logical patch ports in ovn-architectureMickey Spiegel2017-01-171-8/+140
* ovn: specify addresses of type "router" lsps as "router"Mickey Spiegel2017-01-134-2/+61
* db-ctl-base: Always support all tables in schema.Ben Pfaff2017-01-132-108/+30
* ovn-controller: Clear conntrack state inside clone action.Ben Pfaff2017-01-101-1/+2
* ovn-nbctl: Fix documentation for "ovn-nbctl acl-add".zhaojingjing2017-01-061-1/+1
* ovn-nbctl: Specify the range of the tag for "ovn-nbctl lsp-add" command.zhaojingjing2017-01-062-2/+5
* ofctrl: Fix warning from sparse.Ben Pfaff2017-01-051-1/+1
* ofctrl: Fix version check in ofctrl_inject_packet().Ben Pfaff2017-01-051-2/+2
* ovn-controller: Introduce "inject-pkt" ovs-appctl command.Justin Pettit2017-01-055-8/+181
* ovn-controller: Remove "_p" from pointer arguments in lflow.c.Justin Pettit2017-01-051-11/+11
* ovn-controller: Expose address sets to the main loop.Justin Pettit2017-01-053-32/+32
* expr: Rename "macros" to "addr_sets".Justin Pettit2017-01-054-53/+57
* ovn-ctl: add support for SSL nb/sb db connectionsLance Richardson2017-01-052-22/+67
* ovn-sbctl: enable listing dhcp options tablesLance Richardson2017-01-041-0/+8
* ovn-trace: New --ovs option to also print OpenFlow flows.Ben Pfaff2016-12-282-4/+141
* ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.Ben Pfaff2016-12-287-54/+201
* table: correct documented default format in man pagesLance Richardson2016-12-222-2/+0
* ovn-trace: Fix small error condition memory leak in trace().Justin Pettit2016-12-211-1/+3
* ovn-northd: fix monitor process namingLance Richardson2016-12-211-0/+1
* ovn-sb: remote connection management in sb dbLance Richardson2016-12-214-11/+364
* ovn-nb: remote connection management in nb dbLance Richardson2016-12-214-5/+580
* ovn-controller: Fix duplicated flow add attempts in table 32.Han Zhou2016-12-211-24/+23
* ovn-controller: Log chassis claiming lport only when changes occur.Mickey Spiegel2016-12-201-10/+15
* ovn-controller: Fix conntrack zone in gateway routers.Guru Shetty2016-12-202-4/+7
* ovn-controller: Monitor only necessary southbound rows.Ben Pfaff2016-12-191-0/+69
* ovn-controller: Rename all_lports to local_lports.Ben Pfaff2016-12-192-15/+21
* ovn-controller: Drop most uses of OVS patch ports.Ben Pfaff2016-12-198-181/+150
* ovn-controller: Avoid code duplication getting chassis record.Ben Pfaff2016-12-195-32/+23
* pnysical: Factor code out of consider_port_binding().Ben Pfaff2016-12-191-93/+134
* ovn-controller: Handle only relevant ports and flows.Ben Pfaff2016-12-1910-203/+154
* lport: Add index for logical datapaths.Ben Pfaff2016-12-193-2/+97
* lport: Tolerate null pointers in destroy functions.Ben Pfaff2016-12-191-0/+8
* lport: Be a little more careful building lport index.Ben Pfaff2016-12-191-0/+12
* ovn-controller: Make indexes more broadly available.Ben Pfaff2016-12-191-7/+7