diff options
author | Michael Brown | 2016-03-08 16:49:52 +0100 |
---|---|---|
committer | Michael Brown | 2016-03-08 18:38:06 +0100 |
commit | 299fdabe4848fae1bd4403836e21964c754ea9ef (patch) | |
tree | 82ddfc8ec939d5b46ece9863649b0f0d9e4485b0 /src/config/general.h | |
parent | [infiniband] Assign names to queue pairs (diff) | |
download | ipxe-299fdabe4848fae1bd4403836e21964c754ea9ef.tar.gz ipxe-299fdabe4848fae1bd4403836e21964c754ea9ef.tar.xz ipxe-299fdabe4848fae1bd4403836e21964c754ea9ef.zip |
[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 ee15f6bf..dba41212 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 */ |