Addressed Corey's comments: 1) removed check for ipmbdev string length 2) made the call to smbus in lan.conf more flexible. In other words, invoke the linux ipmb driver name for more clarity.
And yes corey, this code will handle receiving IPMB commands and sending the corresponding IPMB response. It also handles the bridged request from the BMC. Asmaa Mnebhi (1): Support IPMB lanserv/Makefile.am | 2 +- lanserv/OpenIPMI/Makefile.am | 2 +- lanserv/OpenIPMI/ipmbserv.h | 62 +++++++++++ lanserv/OpenIPMI/serv.h | 6 + lanserv/README.design | 6 +- lanserv/bmc.c | 4 + lanserv/config.c | 3 + lanserv/ipmb_ipmi.c | 256 +++++++++++++++++++++++++++++++++++++++++++ lanserv/ipmi_sim.c | 86 +++++++++++++++ lanserv/lan.conf | 13 +++ 10 files changed, 437 insertions(+), 3 deletions(-) create mode 100644 lanserv/OpenIPMI/ipmbserv.h create mode 100644 lanserv/ipmb_ipmi.c -- 2.1.2 _______________________________________________ Openipmi-developer mailing list Openipmi-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openipmi-developer