diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-03-08 15:49:52 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-03-08 17:38:06 +0000 |
commit | 299fdabe4848fae1bd4403836e21964c754ea9ef (patch) | |
tree | 82ddfc8ec939d5b46ece9863649b0f0d9e4485b0 /src/config/general.h | |
parent | 6a3ffa0114411ae4aa6c4485c6058bf03fec3623 (diff) | |
download | ipxe-299fdabe4848fae1bd4403836e21964c754ea9ef.tar.gz |
[infiniband] Add "ibstat" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index ee15f6bf1..dba412128 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -120,6 +120,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define CONFIG_CMD /* Option configuration console */ #define IFMGMT_CMD /* Interface management commands */ #define IWMGMT_CMD /* Wireless interface management commands */ +#define IBMGMT_CMD /* Infiniband management commands */ #define FCMGMT_CMD /* Fibre Channel management commands */ #define ROUTE_CMD /* Routing table management commands */ #define IMAGE_CMD /* Image management commands */ |