summaryrefslogtreecommitdiff
path: root/util/ipmiutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ipmiutil.c')
-rw-r--r--util/ipmiutil.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/ipmiutil.c b/util/ipmiutil.c
index 5fec907..26b156a 100644
--- a/util/ipmiutil.c
+++ b/util/ipmiutil.c
@@ -57,11 +57,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "ipmiutil.h"
static char *progname = "ipmiutil";
-static char *progver = "3.02";
+static char *progver = "3.03";
// static char fdebug = 0;
/*int ipmiutil(int argc, char **argv); */
-#define NSUBCMDS 28
+#define NSUBCMDS 29
static struct {
int idx;
char tag[16];
@@ -95,6 +95,7 @@ static struct {
{ 22, "sunoem", i_sunoem, "Sun OEM functions" },
{ 23, "delloem",i_delloem, "Dell OEM functions" },
{ 24, "tsol", i_tsol, "Tyan SOL console start/stop session" },
+ { 28, "user", i_user, "list or modify IPMI LAN users" },
{ 27, "wdt", i_wdt, "show/set/reset the watchdog timer" }
};