Hi Duncan, It looks like the Firmware Firewall functionality that was added to ipmitool in v1.8.7 somehow missed making it into v1.8.8. Was there some reason why the firewall functionality was turned off or was it simply an omission? It appears that all the firewall code made it into v1.8.8, just the firewall header include and the firewall entry in the ipmitool_cmd_list were omitted:
# diff ipmitool-1.8.7/src/ipmitool.c ipmitool-1.8.8/src/ipmitool.c 52d51 < #include <ipmitool/ipmi_firewall.h> 60a60 > #include <ipmitool/ipmi_kontronoem.h> 97d96 < { ipmi_firewall_main,"firewall","Configure firmware firewall (IPMIv2.0)"}, 98a98 > { ipmi_kontronoem_main, "kontronoem", "OEM Commands for Kontron devices"}, Adding the two missing firewall-specific lines to the v1.8.8 ipmitool.c file appears to restore accessibility to the firmware firewall functionality. Will we be able to get this put back in in time for v1.8.9? Thanks, Carol Hebert ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel