Skip to content

Commit

Permalink
Give default values for enums
Browse files Browse the repository at this point in the history
  • Loading branch information
satyamsinghKey committed Feb 6, 2025
1 parent a1c088c commit 3e2e572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/rocev2/flowsettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ components:
description: >-
RoCEv2 Verb, Available options are: RDMA WRITE None: The corresponding flow will not take part in traffic..
type: string
default: write
x-enum:
none:
x-field-uid: 1
Expand Down Expand Up @@ -96,6 +97,7 @@ components:
description: >-
Unit of the transfer message size. Available options are Bytes, KB, MB.
type: string
default: MB
x-enum:
Byte:
x-field-uid: 1
Expand Down

0 comments on commit 3e2e572

Please sign in to comment.