pub const HOST_MAC: &str = "host.mac";
Expand description
Available MAC addresses of the host, excluding loopback interfaces.
§Notes
MAC Addresses MUST be represented in IEEE RA hexadecimal form: as hyphen-separated octets in uppercase hexadecimal form from most to least significant.
§Examples
[ "AC-DE-48-23-45-67", "AC-DE-48-23-45-67-01-9F", ]