From fae67cfa6948c9d897ad0500dbe25f7d900d52a6 Mon Sep 17 00:00:00 2001 From: Marc Charlebois <105758144+MarcCharlebois@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:31:50 -0700 Subject: [PATCH] hotfix for proc-name (#3396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia’s intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind. --- internal/gnoi/gnoi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gnoi/gnoi.go b/internal/gnoi/gnoi.go index 0d0fac4b894..48eec464b83 100644 --- a/internal/gnoi/gnoi.go +++ b/internal/gnoi/gnoi.go @@ -50,7 +50,7 @@ var ( }, ondatra.NOKIA: { GRIBI: "sr_grpc_server", - OCAGENT: "oc_mgmt_server", + OCAGENT: "sr_oc_mgmt_serv", P4RT: "sr_grpc_server", ROUTING: "sr_bgp_mgr", },