mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-04 00:17:01 +00:00
9f35965b1b
Some BMCs (e.g. AMI) log events using spec-reserved record types like 0x04 with a standard system event record layout. Previously only type 0x02 was decoded, leaving such entries with no usable data and tripping the generic OEM handler. Follow ipmitool and treat all types below 0xc0 as standard format. If the body of a reserved type turns out not to follow the standard layout, fall back to passing it through raw instead of aborting the whole log retrieval.