[ovs-dev] [ovn-controller-vtep V5 12/12] ovn: Update TODOs related to vtep controller.

Alex Wang alexw at nicira.com
Fri Aug 7 07:46:53 UTC 2015


Signed-off-by: Alex Wang <alexw at nicira.com>
---
V5: new patch.
---
 ovn/TODO |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/ovn/TODO b/ovn/TODO
index 356b3ba..71c307c 100644
--- a/ovn/TODO
+++ b/ovn/TODO
@@ -80,3 +80,24 @@
    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
+
+   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 those information back to ovn-sb database,
+   so that other chassis knows where to send those packets to
+   instead of broadcasting.
+
+** 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.
+
+* Use BFD as tunnel monitor.
+
+   Both ovn-controller and ovn-contorller-vtep can use BFD to
+   monitor the tunnel liveness.  Both ovs-vswitchd schema and
+   VTEP schema supports BFD.
\ No newline at end of file
-- 
1.7.9.5




More information about the dev mailing list