summaryrefslogtreecommitdiff
path: root/pyipmi/bmc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyipmi/bmc.py')
-rw-r--r--pyipmi/bmc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyipmi/bmc.py b/pyipmi/bmc.py
index 81aeac3..36461e5 100644
--- a/pyipmi/bmc.py
+++ b/pyipmi/bmc.py
@@ -544,6 +544,10 @@ class BMC(object):
return self.handle.fabric_info_getroutingtable(filename=filename,
tftp_addr=tftp_addr)
+ def fabric_info_get_link_map(self, filename, tftp_addr=None):
+ return self.handle.fabric_info_getlinkmap(filename=filename,
+ tftp_addr=tftp_addr)
+
class LanBMC(BMC):
"""A BMC that's accessed over the LAN"""
def __init__(self,