File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1625,15 +1625,15 @@ collect_cisco_8000() {
16251625}
16261626
16271627# #############################################################################
1628- # collect_innovium
1628+ # collect_marvell_teralynx
16291629# Globals:
16301630# None
16311631# Arguments:
16321632# None
16331633# Retuens:
16341634# None
16351635# #############################################################################
1636- collect_innovium () {
1636+ collect_marvell_teralynx () {
16371637 save_cmd " ivmcmd 'show techsupport -i /innovium/show_techsupport_infile'" " show_techsupport_op_ifcs.log"
16381638 save_cmd " ivmcmd 'show techsupport -i /innovium/show_techsupport_infile_iSAI'" " show_techsupport_op_iSAI.log"
16391639}
@@ -2159,8 +2159,8 @@ main() {
21592159 collect_nvidia_bluefield
21602160 fi
21612161
2162- if [ " $asic " = " innovium " ]; then
2163- collect_innovium
2162+ if [ " $asic " = " marvell-teralynx " ]; then
2163+ collect_marvell_teralynx
21642164 fi
21652165
21662166 if [ " $asic " = " marvell" ]; then
You can’t perform that action at this time.
0 commit comments