From 3e2e5723dc0f50a4488b097d59906c6355e9d2b1 Mon Sep 17 00:00:00 2001 From: Satyam Date: Fri, 7 Feb 2025 03:00:22 +0530 Subject: [PATCH] Give default values for enums --- device/rocev2/flowsettings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device/rocev2/flowsettings.yaml b/device/rocev2/flowsettings.yaml index c3e58bb3..232a519b 100644 --- a/device/rocev2/flowsettings.yaml +++ b/device/rocev2/flowsettings.yaml @@ -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 @@ -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