Skip to content

Commit 23dbdf5

Browse files
authored
Enable host services #13800
Why I did it Need to enable host service to suport GNMI native write How I did it Update rules/config How to verify it Run GNMI end2end test
1 parent 3097e42 commit 23dbdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ INCLUDE_MGMT_FRAMEWORK = y
139139

140140
# ENABLE_HOST_SERVICE_ON_START - enable sonic-host-server for mgmt-framework and/or
141141
# telemetry containers to access host functionality by default
142-
ENABLE_HOST_SERVICE_ON_START = n
142+
ENABLE_HOST_SERVICE_ON_START = y
143143

144144
# INCLUDE_RESTAPI - build docker-sonic-restapi for configuring the switch using REST APIs
145145
INCLUDE_RESTAPI = n

0 commit comments

Comments
 (0)