File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1625,15 +1625,15 @@ collect_cisco_8000() {
1625
1625
}
1626
1626
1627
1627
# #############################################################################
1628
- # collect_innovium
1628
+ # collect_marvell_teralynx
1629
1629
# Globals:
1630
1630
# None
1631
1631
# Arguments:
1632
1632
# None
1633
1633
# Retuens:
1634
1634
# None
1635
1635
# #############################################################################
1636
- collect_innovium () {
1636
+ collect_marvell_teralynx () {
1637
1637
save_cmd " ivmcmd 'show techsupport -i /innovium/show_techsupport_infile'" " show_techsupport_op_ifcs.log"
1638
1638
save_cmd " ivmcmd 'show techsupport -i /innovium/show_techsupport_infile_iSAI'" " show_techsupport_op_iSAI.log"
1639
1639
}
@@ -2159,8 +2159,8 @@ main() {
2159
2159
collect_nvidia_bluefield
2160
2160
fi
2161
2161
2162
- if [ " $asic " = " innovium " ]; then
2163
- collect_innovium
2162
+ if [ " $asic " = " marvell-teralynx " ]; then
2163
+ collect_marvell_teralynx
2164
2164
fi
2165
2165
2166
2166
if [ " $asic " = " marvell" ]; then
You can’t perform that action at this time.
0 commit comments