summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2012-06-13 11:40:41 -0500
committerGeorge Kraft <george.kraft@calxeda.com>2012-06-13 11:40:41 -0500
commitcee803547ba5b826bb8e48424abf5a1ea888b2aa (patch)
tree78c8d7a7f7bdbdf5d22dcaba8ea62a6ddd411d2a
parent18eacb15d40ef2ff0e6ecfc2749a09464801f102 (diff)
downloadpyipmi-cee803547ba5b826bb8e48424abf5a1ea888b2aa.tar.gz
fw: Add "In Use" field to fw info command
-rw-r--r--pyipmi/commands/fw.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyipmi/commands/fw.py b/pyipmi/commands/fw.py
index 5f25b89..d70c2c3 100644
--- a/pyipmi/commands/fw.py
+++ b/pyipmi/commands/fw.py
@@ -206,9 +206,10 @@ class FWInfoCommand(CommandWithErrors):
"Type" : {},
"Offset" : {},
"Size" : {},
- "Flags" : {},
"Version" : {},
"Daddr" : {},
+ "Flags" : {},
+ "In Use" : {},
"Error" : {}
}