Skip to content

Commit

Permalink
Activate async route
Browse files Browse the repository at this point in the history
  • Loading branch information
liorghub committed Feb 29, 2024
1 parent 4e1c38a commit 1a22909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-orchagent/orchagent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ elif [ "$platform" == "barefoot" ]; then
elif [ "$platform" == "vs" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
elif [ "$platform" == "mellanox" ]; then
ORCHAGENT_ARGS+=""
ORCHAGENT_ARGS+="-k 10000"
elif [ "$platform" == "innovium" ]; then
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
elif [ "$platform" == "pensando" ]; then
Expand Down
1 change: 1 addition & 0 deletions platform/mellanox/docker-syncd-mlnx/sai-common.profile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SAI_DUMP_STORE_PATH=/var/log/mellanox/sdk-dumps
SAI_DUMP_STORE_AMOUNT=10
SAI_ASYNC_ROUTING_ENABLED=1

0 comments on commit 1a22909

Please sign in to comment.