File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 37
37
# * ENABLE_TRANSLIB_WRITE: Enable translib write/config operations via the gNMI interface.
38
38
# * Default: unset
39
39
# * Values: y
40
+ # * ENABLE_NATIVE_WRITE: Enable native write/config operations via the gNMI interface.
41
+ # * Default: unset
42
+ # * Values: y
40
43
# * SONIC_DPKG_CACHE_METHOD: Specifying method of obtaining the Debian packages from cache: none or cache
41
44
# * SONIC_DPKG_CACHE_SOURCE: Debian package cache location when cache enabled for debian packages
42
45
# * BUILD_LOG_TIMESTAMP: Set timestamp in the build log (simple/none)
@@ -480,6 +483,7 @@ SONIC_BUILD_INSTRUCTION := $(MAKE) \
480
483
SONIC_INCLUDE_RESTAPI=$(INCLUDE_RESTAPI) \
481
484
SONIC_INCLUDE_MUX=$(INCLUDE_MUX) \
482
485
ENABLE_TRANSLIB_WRITE=$(ENABLE_TRANSLIB_WRITE) \
486
+ ENABLE_NATIVE_WRITE=$(ENABLE_NATIVE_WRITE) \
483
487
EXTRA_DOCKER_TARGETS=$(EXTRA_DOCKER_TARGETS) \
484
488
BUILD_LOG_TIMESTAMP=$(BUILD_LOG_TIMESTAMP) \
485
489
SONIC_ENABLE_IMAGE_SIGNATURE=$(ENABLE_IMAGE_SIGNATURE) \
Original file line number Diff line number Diff line change @@ -160,6 +160,10 @@ ENABLE_AUTO_TECH_SUPPORT = y
160
160
# Uncomment to enable:
161
161
# ENABLE_TRANSLIB_WRITE = y
162
162
163
+ # ENABLE_NATIVE_WRITE - Enable native write/config operations via the gNMI interface.
164
+ # Uncomment to enable:
165
+ # ENABLE_NATIVE_WRITE = y
166
+
163
167
# INCLUDE_MACSEC - build docker-macsec for macsec support
164
168
INCLUDE_MACSEC = y
165
169
Original file line number Diff line number Diff line change @@ -405,6 +405,7 @@ $(info "INCLUDE_BOOTCHART : "$(INCLUDE_BOOTCHART)")
405
405
$(info "ENABLE_BOOTCHART : "$(ENABLE_BOOTCHART ) ")
406
406
$(info "ENABLE_FIPS_FEATURE" : "$(ENABLE_FIPS_FEATURE ) ")
407
407
$(info "ENABLE_TRANSLIB_WRITE" : "$(ENABLE_TRANSLIB_WRITE ) ")
408
+ $(info "ENABLE_NATIVE_WRITE" : "$(ENABLE_NATIVE_WRITE ) ")
408
409
$(info "ENABLE_AUTO_TECH_SUPPORT" : "$(ENABLE_AUTO_TECH_SUPPORT ) ")
409
410
$(info "PDDF_SUPPORT" : "$(PDDF_SUPPORT ) ")
410
411
$(info "MULTIARCH_QEMU_ENVIRON" : "$(MULTIARCH_QEMU_ENVIRON ) ")
You can’t perform that action at this time.
0 commit comments