From what I can see in the log, the FOG service is duplicating the MAC address and appending it to the MAC string. The devices only have one NIC, so I’m not sure why it’s doing this. Instead of 00:11:22:33:44:55 for a MAC string, you get 00:11:22:33:44:55|00:11:22:33:44:55, which doesn’t have any jobs associated with it. Anyone else seen this/have a workaround? I don’t want to have to recompile the service again.