Commit d464061 Shuotian Cheng
authored
1 parent 0328bbc commit d464061 Copy full SHA for d464061
File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ start)
56
56
start_bcm
57
57
DAEMON_ARGS+=" -p /etc/syncd.d/arista_a7050_qx32.profile"
58
58
59
+ elif [ " $onie_platform " == " x86_64-m3000-r0" ]; then
60
+ start_bcm
61
+ DAEMON_ARGS+=" -p /etc/syncd.d/m3000_r0.profile"
62
+
63
+ elif [ " $onie_platform " == " x86_64-m3000-r1" ]; then
64
+ start_bcm
65
+ DAEMON_ARGS+=" -p /etc/syncd.d/m3000_r1.profile"
66
+
59
67
elif [ " $onie_platform " == " x86_64-mlnx_x86-r5.0.1400" ] || [ " $onie_platform " == " x86_64-mlnx_msn2700-r0" ]; then
60
68
start_mlnx
61
69
77
85
if [ ${ENABLE_SAITHRIFT} == 1 ]; then
78
86
DAEMON_ARGS+=" -r -m /etc/syncd.d/msn2700_port_map.ini"
79
87
fi
88
+
80
89
fi
81
90
82
91
start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_ARGS
Original file line number Diff line number Diff line change
1
+ SAI_INIT_CONFIG_FILE=/etc/bcm/td2-m3000-r0-32x40G.config.bcm
Original file line number Diff line number Diff line change
1
+ SAI_INIT_CONFIG_FILE=/etc/bcm/td2-m3000-r1-32x40G.config.bcm
You can’t perform that action at this time.
0 commit comments