- redfish-client manager now prints the MAC address.
This commit is contained in:
Uggla 2016-02-11 22:33:34 +01:00
parent a2cafc9802
commit 0841a6f5cc

View File

@ -17,6 +17,7 @@ Ethernet Interface :
Ethernet Interface id {{ ethernetinterface_index }} :
{{ ei.get_name() }}
FQDN : {{ ei.get_fqdn() }}
Mac address : {{ ei.get_mac() }}
Address ipv4 : {{ ei.get_ipv4() | join(', ') }}
Address ipv6 : {{ ei.get_ipv6() | join(', ') }}
{%- endfor %}