From 41a1c13c0388c1c28db60f19578f3eb7fbcd8362 Mon Sep 17 00:00:00 2001 From: ganglv <88995770+ganglyu@users.noreply.github.com> Date: Thu, 27 Apr 2023 13:08:07 +0800 Subject: [PATCH] Enable GNMI native write by default (#14845) #### Why I did it SONiC master image needs GNMI native write. #### How I did it Update rules/config to enable. #### How to verify it Run end2end test. --- rules/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/config b/rules/config index dc718014f4..4507667d4a 100644 --- a/rules/config +++ b/rules/config @@ -165,7 +165,7 @@ ENABLE_AUTO_TECH_SUPPORT = y # ENABLE_NATIVE_WRITE - Enable native write/config operations via the gNMI interface. # Uncomment to enable: -# ENABLE_NATIVE_WRITE = y +ENABLE_NATIVE_WRITE = y # INCLUDE_MACSEC - build docker-macsec for macsec support INCLUDE_MACSEC = y