From 8b8fa85178383ae0a8bf1a64279934a6b3087837 Mon Sep 17 00:00:00 2001 From: Mukesh Moopath Velayudhan Date: Tue, 29 Oct 2024 17:18:36 -0700 Subject: [PATCH] [DASH] Mark appliance table local region ID attribute as create-only (#2094) *[DASH] Mark appliance table local region ID attribute as create-only --- experimental/saiexperimentaldashappliance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/saiexperimentaldashappliance.h b/experimental/saiexperimentaldashappliance.h index e93f5f2bb..d11978d10 100644 --- a/experimental/saiexperimentaldashappliance.h +++ b/experimental/saiexperimentaldashappliance.h @@ -49,7 +49,7 @@ typedef enum _sai_dash_appliance_attr_t * @brief Action parameter local region id * * @type sai_uint8_t - * @flags CREATE_AND_SET + * @flags CREATE_ONLY * @default 0 */ SAI_DASH_APPLIANCE_ATTR_LOCAL_REGION_ID = SAI_DASH_APPLIANCE_ATTR_START,