From 511ef24a89d97d44627386e5f11c64763b445ecf Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 4 Jul 2022 20:30:37 +0100 Subject: [PATCH] Set SAI FSDEF to read-write to match described usage, despite all the RMs calling it read-only --- devices/common_patches/sai/sai_v1.yaml | 2 +- devices/common_patches/sai/sai_v2.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/common_patches/sai/sai_v1.yaml b/devices/common_patches/sai/sai_v1.yaml index 02a97ac59..65fd6ee01 100644 --- a/devices/common_patches/sai/sai_v1.yaml +++ b/devices/common_patches/sai/sai_v1.yaml @@ -34,7 +34,7 @@ FSALL: access: read-write FSDEF: - access: read-only + access: read-write FSPOL: access: read-write FSOFF: diff --git a/devices/common_patches/sai/sai_v2.yaml b/devices/common_patches/sai/sai_v2.yaml index 88ac64632..efc5d6d3a 100644 --- a/devices/common_patches/sai/sai_v2.yaml +++ b/devices/common_patches/sai/sai_v2.yaml @@ -38,7 +38,7 @@ FSALL: access: read-write FSDEF: - access: read-only + access: read-write FSPOL: access: read-write FSOFF: