Skip to content

Commit

Permalink
removing high resolution from ethtool
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 7, 2024
1 parent d9f5a04 commit a25b588
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ func (n *Ethtool) ApplyRule(input interface{}) (returnKey string, returnVal inte
returnKey = SectionKey_Ethtool
returnVal = resArr
//Process tags
util.ProcessAppendDimensions(m, SectionKey_Ethtool, result)
}
util.ProcessAppendDimensions(m, SectionKey_Ethtool, result)

return
}

Expand Down

0 comments on commit a25b588

Please sign in to comment.