summaryrefslogtreecommitdiff
path: root/pyipmi/fabric.py
diff options
context:
space:
mode:
authorTyler Mock <tyler.mock@calxeda.com>2013-04-24 10:21:57 -0500
committerTyler Mock <tyler.mock@calxeda.com>2013-04-24 10:21:57 -0500
commit51b29eb34d52bffffa62e971ac33b88e0d5c0b78 (patch)
treeb2a91d5889e5c67d16187c36c9a21f6a65a4d46c /pyipmi/fabric.py
parentd00a2f598822e767c1909aa24d8b5cc0a4f5217e (diff)
downloadpyipmi-51b29eb34d52bffffa62e971ac33b88e0d5c0b78.tar.gz
Added support for get_fabric_linkmap() and get_fabric_routing_table()
Diffstat (limited to 'pyipmi/fabric.py')
-rw-r--r--pyipmi/fabric.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyipmi/fabric.py b/pyipmi/fabric.py
index ebfb13d..328998c 100644
--- a/pyipmi/fabric.py
+++ b/pyipmi/fabric.py
@@ -49,3 +49,11 @@ class FabricGetUplinkInfoResult(object):
class FabricGetLinkStatsResult(object):
"""Object to hold the fabric link_stats results"""
pass
+
+class FabricGetLinkMapResult(object):
+ """Object to hold the fabric linkmap results"""
+ pass
+
+class FabricGetRoutingTableResult(object):
+ """Object to hold the fabric routing_table results"""
+ pass