From f2e35095c7f075a0d124211e7a08129ba5f887f4 Mon Sep 17 00:00:00 2001
From: "Georgios P. Katsikas" <gkatsikas@ubitech.eu>
Date: Mon, 4 Nov 2024 07:50:44 +0000
Subject: [PATCH] fix: add missing protobuf field

---
 src/tests/p4-fwd-l1/probe/probe-tfs/src/agent.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/p4-fwd-l1/probe/probe-tfs/src/agent.rs b/src/tests/p4-fwd-l1/probe/probe-tfs/src/agent.rs
index 749e42a6c..81bc1a2a0 100644
--- a/src/tests/p4-fwd-l1/probe/probe-tfs/src/agent.rs
+++ b/src/tests/p4-fwd-l1/probe/probe-tfs/src/agent.rs
@@ -195,6 +195,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
                     endpoint_id: None,
                     slice_id: None,
                     connection_id: None,
+                    link_id: None,
                     kpi_description: format!(
                         "Latency value for service {}",
                         event_service.service_uuid.unwrap().uuid
-- 
GitLab