summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-09-20 16:44:11 -0700
committerBen Pfaff <blp@ovn.org>2018-12-12 12:07:50 -0800
commiteb5df105684e31a54c5dd3914d91ef148d66ee7e (patch)
treeb9b42f76f7d044af18a5425d1bba4f5d48dec056 /ovn
parent04438dbff9ac26cef520e41844e2d3fd9ba0f1ec (diff)
downloadopenvswitch-eb5df105684e31a54c5dd3914d91ef148d66ee7e.tar.gz
ovn: Fix indentation in TODO.
Some items listed under ovsdb-server should have been top-level items. Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/TODO.rst42
1 files changed, 21 insertions, 21 deletions
diff --git a/ovn/TODO.rst b/ovn/TODO.rst
index 101a127d8..33489174f 100644
--- a/ovn/TODO.rst
+++ b/ovn/TODO.rst
@@ -111,34 +111,34 @@ OVN To-do List
Without Prior Context". (I'm not yet aware of previous non-academic use of
this technique.)
- * Support multiple tunnel encapsulations in Chassis.
+* Support multiple tunnel encapsulations in Chassis.
- So far, both ovn-controller and ovn-controller-vtep only allow chassis to
- have one tunnel encapsulation entry. We should extend the implementation
- to support multiple tunnel encapsulations.
+ So far, both ovn-controller and ovn-controller-vtep only allow chassis to
+ have one tunnel encapsulation entry. We should extend the implementation
+ to support multiple tunnel encapsulations.
- * Update learned MAC addresses from VTEP to OVN
+* Update learned MAC addresses from VTEP to OVN
- The VTEP gateway stores all MAC addresses learned from its physical
- interfaces in the 'Ucast_Macs_Local' and the 'Mcast_Macs_Local' tables.
- ovn-controller-vtep should be able to update that information back to
- ovn-sb database, so that other chassis know where to send packets destined
- to the extended external network instead of broadcasting.
+ The VTEP gateway stores all MAC addresses learned from its physical
+ interfaces in the 'Ucast_Macs_Local' and the 'Mcast_Macs_Local' tables.
+ ovn-controller-vtep should be able to update that information back to
+ ovn-sb database, so that other chassis know where to send packets destined
+ to the extended external network instead of broadcasting.
- * Translate ovn-sb Multicast_Group table into VTEP config
+* Translate ovn-sb Multicast_Group table into VTEP config
- The ovn-controller-vtep daemon should be able to translate the
- Multicast_Group table entry in ovn-sb database into Mcast_Macs_Remote table
- configuration in VTEP database.
+ The ovn-controller-vtep daemon should be able to translate the
+ Multicast_Group table entry in ovn-sb database into Mcast_Macs_Remote table
+ configuration in VTEP database.
- * OVN OCF pacemaker script to support Active / Passive HA for OVN dbs provides
- the option to configure the inactivity_probe value. The default 5 seconds
- inactivity_probe value is not sufficient and ovsdb-server drops the client
- IDL connections for openstack deployments when the neutron server is heavily
- loaded.
+* OVN OCF pacemaker script to support Active / Passive HA for OVN dbs provides
+ the option to configure the inactivity_probe value. The default 5 seconds
+ inactivity_probe value is not sufficient and ovsdb-server drops the client
+ IDL connections for openstack deployments when the neutron server is heavily
+ loaded.
- We need to find a proper solution to solve this issue instead of increasing
- the inactivity_probe value.
+ We need to find a proper solution to solve this issue instead of increasing
+ the inactivity_probe value.
* ACL