Skip to content

Commit

Permalink
Release v1.14.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Oct 25, 2024
1 parent 722e634 commit af88400
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```


Expand Down
4 changes: 2 additions & 2 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```


Expand Down

0 comments on commit af88400

Please sign in to comment.