From af884002af3253ff133bfb8e064e022ba8ed75d5 Mon Sep 17 00:00:00 2001 From: biplamal Date: Fri, 25 Oct 2024 06:13:30 +0000 Subject: [PATCH] Release v1.14.0-1 --- docs/releases.md | 4 ++-- notes.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 9219d1c0..48ddbab2 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -57,8 +57,8 @@ - OSPFv2 metrics can be fetched by the following ```go req := gosnappi.NewMetricsRequest() - reqIsis := req.Ospfv2() - reqIsis.SetRouterNames(routerNames) + reqOspf := req.Ospfv2() + reqOspf.SetRouterNames(routerNames) ``` diff --git a/notes.md b/notes.md index 081c75a6..fc08ec7a 100644 --- a/notes.md +++ b/notes.md @@ -52,8 +52,8 @@ - OSPFv2 metrics can be fetched by the following ```go req := gosnappi.NewMetricsRequest() - reqIsis := req.Ospfv2() - reqIsis.SetRouterNames(routerNames) + reqOspf := req.Ospfv2() + reqOspf.SetRouterNames(routerNames) ```