From c6f443a5d825bfda0bdaa2a34db283d30a018da9 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Mon, 15 Jan 2024 13:48:14 +0000
Subject: [PATCH] Device component - GNMI OpenConfig:

- Added TODO.txt
---
 .../service/drivers/gnmi_openconfig/TODO.txt      | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 src/device/service/drivers/gnmi_openconfig/TODO.txt

diff --git a/src/device/service/drivers/gnmi_openconfig/TODO.txt b/src/device/service/drivers/gnmi_openconfig/TODO.txt
new file mode 100644
index 000000000..ba8ff1c2c
--- /dev/null
+++ b/src/device/service/drivers/gnmi_openconfig/TODO.txt
@@ -0,0 +1,15 @@
+- update    parse()   @ InterfaceCounter.py
+- update    compose() @ NetworkInstance.py
+- update    compose() @ NetworkInstanceInterface.py
+- implement parse()   @ NetworkInstanceInterface.py
+- update    compose() @ NetworkInstanceStaticRoute.py
+- implement parse()   @ NetworkInstanceStaticRoute.py
+- Fix MonitoringThread.py
+
+
+there is an error removing static routes that makes unitary tests to crash
+uncomment commented check_config_network_instance and validate
+
+- implement L2 VPN with BGP
+- implement L3 VPN with BGP
+- test static routes with ping
-- 
GitLab