From b458e6fbc0b7687919535d8ae35eeae2a2490e60 Mon Sep 17 00:00:00 2001 From: Kamil Cudnik Date: Mon, 2 Nov 2020 00:01:36 +0100 Subject: [PATCH] [syncd] Disable use bulk api by default (#688) currently disabled since most vendors don't support that yet --- syncd/scripts/syncd_init_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syncd/scripts/syncd_init_common.sh b/syncd/scripts/syncd_init_common.sh index 954a0c932820..0bc4df40aaf7 100755 --- a/syncd/scripts/syncd_init_common.sh +++ b/syncd/scripts/syncd_init_common.sh @@ -28,7 +28,8 @@ fi CMD_ARGS+=" -u" # Use bulk api`s in SAI -CMD_ARGS+=" -l" +# currently disabled since most vendors don't support that yet +# CMD_ARGS+=" -l" # Set synchronous mode if it is enabled in CONFIG_DB SYNC_MODE=$(echo $SYNCD_VARS | jq -r '.synchronous_mode')