Hello Jeremy,
I came across a peculiar situation while handling MCTP Packet [MCTP header - ver=0x01, dest=0x00, src=0x00, flags_seq_tag=0xc8] referring to DSP0283 USB MCTP Endpoint Discovery Discovery Notify command.
Observation:
- Packets are being dropped as they fail to find any RTN_LOCAL routes (if local routes/address where not assigned to interface) mctp_route_lookup_null
- Such control commands are not reaching to any AF_MCTP control type binded sockets.
Question:
Is this a mandated thing to pass as a pre-conditional check before any such MCTP packet to send to any bounded socket as well because for me it makes sense when it's destined for any specific EIDs and not NULL_EID?