From cecbe53013e9ed85fd5b2429c230759d59025644 Mon Sep 17 00:00:00 2001 From: Jack Miller Date: Wed, 9 Dec 2015 12:03:24 -0600 Subject: Add BMC interface MAC to system info output Useful for identifying the initial BMC traffic on the network. Signed-off-by: Jack Miller --- lib/types/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/types') diff --git a/lib/types/types.h b/lib/types/types.h index 6a2c258..702b6f5 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -93,6 +93,7 @@ struct blockdev_info { struct system_info { char *type; char *identifier; + uint8_t *bmc_mac; struct interface_info **interfaces; unsigned int n_interfaces; struct blockdev_info **blockdevs; -- cgit v1.2.1