Home
last modified time | relevance | path

Searched refs:sys_mac (Results 1 – 1 of 1) sorted by relevance

/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py122 sys_mac = ""
127 return sys_mac
128 return sys_mac
134 def sync_mac(obj, inv_mac, sys_mac): argument
135 if sys_mac:
137 sys_mac = sys_mac.replace(":", "")
138 int_sys_mac = int(sys_mac, 16)
178 sys_mac = get_sys_mac(net_obj) variable
179 if inv_mac != sys_mac:
180 print("Inventory MAC=%s,System MAC=%s" % (inv_mac, sys_mac))
[all …]