summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-nbctl: Move ovn-nbctl to utilities directory.Alex Wang2015-08-086-13/+16
* ovn-sb: Remove the "Gateway" table from the ovn-sb schema.Alex Wang2015-08-082-48/+18
* ovn-controller: Fix flows between two local ports.Justin Pettit2015-08-071-1/+11
* ovn: Change strategy for tunnel keys.Ben Pfaff2015-08-0311-784/+1807
* ofctrl: Negotiate OVN Geneve option.Ben Pfaff2015-08-034-139/+363
* rule: Introduce MFF_LOG_DATAPATH macro for consistency.Ben Pfaff2015-08-032-8/+9
* actions: Allow caller to specify output table.Ben Pfaff2015-08-033-8/+16
* ovn: Rename Pipeline table to Logical_Flow table.Ben Pfaff2015-08-0312-158/+159
* ovn: Rename Binding table to Port_Binding.Ben Pfaff2015-08-037-80/+87
* ovn-controller: Use controller_ctx just to pass around data.Ben Pfaff2015-08-031-22/+28
* ovn-controller: Slightly adjust pipeline init and destroy for consistency.Ben Pfaff2015-08-033-5/+4
* ovn: Get/set lport type and options in ovn-nbctl.Russell Bryant2015-07-312-3/+132
* ovn: Add type and options to logical port.Russell Bryant2015-07-315-0/+57
* ovn-controller: Honor external-ids:ovn-bridge changing.Ben Pfaff2015-07-301-49/+34
* ovn-controller: Rename init functions that just register IDL columns.Ben Pfaff2015-07-309-48/+49
* ovn-controller: Tolerate missing 'chassis_id'.Ben Pfaff2015-07-303-17/+28
* ovn-controller: Tolerate missing integration bridge.Ben Pfaff2015-07-304-37/+33
* ovn-controller: Pass 'chassis_id' explicitly to functions that need it.Ben Pfaff2015-07-3010-39/+41
* ovn-controller: Factor encapsulation code out of chassis code.Ben Pfaff2015-07-306-311/+374
* ovn: Fix broken build.Ben Pfaff2015-07-281-1/+2
* ovn-controller: Avoid overlooking changes that occur during commit.Ben Pfaff2015-07-281-18/+30
* doc: Document proposed OVN Gateway HA design.Ethan Jackson2015-07-281-0/+375
* ovn-controller: Fix flow generation for container traffic.Gurucharan Shetty2015-07-281-1/+26
* ofctrl: Fix use of uninitialized hash value in ofctrl_add_flow().Ben Pfaff2015-07-281-1/+2
* ovn: Make column comparisons more generic.Russell Bryant2015-07-281-11/+20
* ovn-controller: Pass 'br_int' explicitly to functions that need it.Ben Pfaff2015-07-2810-54/+59
* ovn-controller: Explicitly pass the flow table from function to function.Ben Pfaff2015-07-287-58/+60
* ovn-controller: Avoid blocking to commit OVSDB transactions.Ben Pfaff2015-07-286-125/+188
* ovn-controller: Drop unnecessary checks for ovsdb_idl_is_alive().Ben Pfaff2015-07-281-16/+0
* ovn-controller: Fix potential use-after-free in get_core_config().Ben Pfaff2015-07-281-10/+9
* Makefiles: Clean and do not distribute IDL-generated files.Ben Pfaff2015-07-221-13/+12
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-221-2/+2
* Add 'name' field to logical router port NB schemaGal Sagie2015-07-212-0/+10
* ovn: Fix extra token detection.Joe Stringer2015-07-171-1/+1
* ovn: Convert tabs to spaces in ovn-sb.xml.Russell Bryant2015-07-161-37/+37
* ovn-nb: Add per-port IP addresses to routers.Ben Pfaff2015-07-162-10/+4
* ovn: Minor cleanups in "physical" component comments.Justin Pettit2015-07-151-5/+6
* ovn-nb: Add 'name' field to Logical RouterGal Sagie2015-07-142-0/+10
* Revert "ofctrl: Don't use designated initializers."Ben Pfaff2015-07-141-22/+22
* ovn: Add ovn/lib/libovn.sym to .gitignore.Alex Wang2015-07-031-0/+1
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+2
* ovn: Take advantage of OVSDB garbage collection in OVN_Northbound schema.Ben Pfaff2015-07-024-265/+284
* expr: Fix typo in comment.Ben Pfaff2015-06-251-1/+1
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+3
* ovn: Add get/set-enabled to ovn-nbctl.Russell Bryant2015-06-242-0/+72
* ovn: Add logical port 'enabled' state.Russell Bryant2015-06-243-3/+19
* Makefiles: Move xml2nroff rule from ovn directory to top level.Ben Pfaff2015-06-241-18/+0
* Add a few OVN files as part of DISTCLEANFILES.Gurucharan Shetty2015-06-233-0/+5
* ovn: Remove completed items from TODO.ovnBen Pfaff2015-06-171-85/+0
* ofctrl: Don't use designated initializers.Gurucharan Shetty2015-06-161-22/+22