Skip to content

Commit

Permalink
change RoCEv2 peer name in stats section
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamsinghKey committed Nov 29, 2024
1 parent 571fb89 commit 88875f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions result/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ components:
$ref: './rocev2ipv4.yaml#/components/schemas/RoCEv2.Metrics.Request'
x-field-uid: 16
rocev2_ipv6:
$ref: './rocev2ipv6.yaml#/components/schemas/RoCEv2.Metrics.Request'
$ref: './rocev2ipv6.yaml#/components/schemas/RoCEv2IPv6.Metrics.Request'
x-field-uid: 17
Metrics.Response:
description: >-
Expand Down Expand Up @@ -210,5 +210,5 @@ components:
rocev2_ipv6_metrics:
type: array
items:
$ref: './rocev2ipv6.yaml#/components/schemas/RoCEv2.Metric'
$ref: './rocev2ipv6.yaml#/components/schemas/RoCEv2IPv6.Metric'
x-field-uid: 17
4 changes: 2 additions & 2 deletions result/rocev2ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
version: ^0.0.0
components:
schemas:
RoCEv2.Metrics.Request:
RoCEv2IPv6.Metrics.Request:
description: >-
The request to retrieve RoCEv2 over IPv6 per peer metrics/statistics.
type: object
Expand Down Expand Up @@ -63,7 +63,7 @@ components:
unknown_msg_rx:
x-field-uid: 17
x-field-uid: 2
RoCEv2.Metric:
RoCEv2IPv6.Metric:
description: >-
RoCEv2 per peer statistics information.
type: object
Expand Down

0 comments on commit 88875f1

Please sign in to comment.