summaryrefslogtreecommitdiff
path: root/util/ipmiutil.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-03 02:33:44 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-03 02:33:44 +0100
commitf85b8b834b7ff85c80503faa73f237040330087b (patch)
tree595cb1ac38c0a8222c9a768b3c0523e36c063be4 /util/ipmiutil.c
parentdb5e8f26947114f06480dd22b9db7e22e50ee133 (diff)
New upstream version 3.0.1upstream/3.0.1
Diffstat (limited to 'util/ipmiutil.c')
-rw-r--r--util/ipmiutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ipmiutil.c b/util/ipmiutil.c
index 167236d..43acf40 100644
--- a/util/ipmiutil.c
+++ b/util/ipmiutil.c
@@ -57,7 +57,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "ipmiutil.h"
static char *progname = "ipmiutil";
-static char *progver = "3.00";
+static char *progver = "3.01";
// static char fdebug = 0;
/*int ipmiutil(int argc, char **argv); */
@@ -83,7 +83,7 @@ static struct {
{ 11, "getevent", i_getevt, "get IPMI events and display them, event daemon" },
{ 12, "health", i_health, "check and show the basic health of the IPMI BMC"},
{ 13, "hpm", i_hpm, "HPM firmware update manager extensions" },
- { 14, "lan", i_lan, "show/set IPMI LAN parameters and PEF table"},
+ { 14, "lan", i_lan, "show/set IPMI LAN parameters, users, PEF rules"},
{ 15, "picmg", i_picmg, "show/set picmg extended functions" },
{ 25, "power", i_reset, "issue IPMI reset or power control to the system"},
{ 16, "reset", i_reset, "issue IPMI reset or power control to the system"},