summaryrefslogtreecommitdiff
path: root/pyipmi/fabric.py
diff options
context:
space:
mode:
authorSheldon Sandbekkhaug <sheldon.sandbekkhaug@calxeda.com>2013-07-19 12:33:19 -0500
committerSheldon Sandbekkhaug <sheldon.sandbekkhaug@calxeda.com>2013-07-19 12:33:19 -0500
commit382dba09f5326ca5cfb400e7862258ea9837ecfb (patch)
treefe8d0a1f49b9fda8e818c667652a43ed9b1ad222 /pyipmi/fabric.py
parentd58d0991fec92c5395ab10f5de6739b113c46216 (diff)
downloadpyipmi-382dba09f5326ca5cfb400e7862258ea9837ecfb.tar.gz
Add a way to get uplink speed through pyipmi
Diffstat (limited to 'pyipmi/fabric.py')
-rw-r--r--pyipmi/fabric.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyipmi/fabric.py b/pyipmi/fabric.py
index 059ea06..bf34fd1 100644
--- a/pyipmi/fabric.py
+++ b/pyipmi/fabric.py
@@ -46,6 +46,10 @@ class FabricGetUplinkInfoResult(object):
"""Object to hold fabric uplink_info results"""
pass
+class FabricGetUplinkSpeedResult(object):
+ """Object to hold fabric uplink_info results"""
+ pass
+
class FabricGetLinkStatsResult(object):
"""Object to hold the fabric link_stats results"""
pass