We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cb8a6 commit 15c5aa0Copy full SHA for 15c5aa0
dockers/docker-orchagent/orchagent.sh
@@ -17,22 +17,6 @@ ORCHAGENT_ARGS="-d /var/log/swss "
17
# Set orchagent pop batch size to 8192
18
ORCHAGENT_ARGS+="-b 8192 "
19
20
-# Check if there is an "asic_id field" in the DEVICE_METADATA in configDB.
21
-#"DEVICE_METADATA": {
22
-# "localhost": {
23
-# ....
24
-# "asic_id": "0",
25
-# }
26
-#},
27
-# ID field could be integers just to denote the asic instance like 0,1,2...
28
-# OR could be PCI device ID's which will be strings like "03:00.0"
29
-# depending on what the SAI/SDK expects.
30
-asic_id=`sonic-cfggen -d -v DEVICE_METADATA.localhost.asic_id`
31
-if [ -n "$asic_id" ]
32
-then
33
- ORCHAGENT_ARGS+="-i $asic_id "
34
-fi
35
-
36
# Add platform specific arguments if necessary
37
if [ "$platform" == "broadcom" ]; then
38
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
0 commit comments