summaryrefslogtreecommitdiff
path: root/ovn/controller/ovn-controller.h
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: use idl indexes for logical datapathLance Richardson2017-08-031-1/+1
* ovn: l3ha, enable bfd between tunnel endpointsVenkata Anil2017-07-161-0/+2
* ovn-controller: Handle only relevant ports and flows.Ben Pfaff2016-12-191-16/+17
* ovn-controller: Remove unused members from local_datapath.Ben Pfaff2016-12-021-3/+0
* ovn-controller: Remove obsolete concept of "stale" patched datapaths.Ben Pfaff2016-12-011-2/+0
* ovn-controller: Flush conntrack entries for newly allocated zones.Justin Pettit2016-09-231-0/+15
* ovn-controller: Fix leak in patched_datapaths processing.Ben Pfaff2016-09-011-1/+1
* ovn-controller: Change strategy for gateway conntrack zone allocation.Gurucharan Shetty2016-07-091-1/+1
* ovn: Remove unreferenced patched datapaths.Darrell Ball2016-07-091-1/+3
* Change tracking structures to use struct uuidsRyan Moats2016-07-031-1/+1
* Convert binding_run to incremental processing.RYAN D. MOATS2016-06-231-0/+3
* ovn-controller: Assign conntrack zones for gateway router.Gurucharan Shetty2016-06-031-0/+2
* ovn-controller: Introduce helpers for looking up datapaths.Ben Pfaff2016-04-121-1/+7
* ovn-controller: Optimize processing for non-local datapath without patch ports.Han Zhou2016-03-301-0/+6
* ovn: Connect to remote lports through localnet port.Han Zhou2016-02-261-0/+10
* ovn-controller: Factor patch port management into new "patch" module.Ben Pfaff2015-10-161-0/+3
* ovn-controller: Support multiple encaps simultaneously.Justin Pettit2015-10-161-0/+11
* ovn: Add stateful ACL support.Justin Pettit2015-10-161-0/+4
* ovn-controller: Un-inline get_chassis_by_name().Ben Pfaff2015-10-151-13/+2
* ovn-controller: Pass 'chassis_id' explicitly to functions that need it.Ben Pfaff2015-07-301-2/+0
* ovn-controller: Pass 'br_int' explicitly to functions that need it.Ben Pfaff2015-07-281-4/+1
* ovn-controller: Avoid blocking to commit OVSDB transactions.Ben Pfaff2015-07-281-0/+4
* ovn: Change type of 'chassis' column in 'Binding' table.Alex Wang2015-05-221-0/+16
* ovn-controller: Fix invalid br_int_name handling.Russell Bryant2015-05-011-1/+1
* ovn-controller: Rename "chassis_name" to "chassis_id".Justin Pettit2015-04-301-1/+1
* ovn-controller: Make integration bridge config part of general context.Justin Pettit2015-04-301-1/+4
* ovn: Introduce ovn-controller.Justin Pettit2015-04-121-0/+26