inet-framework / inet

INET Framework for the OMNeT++ discrete event simulator
https://inet.omnetpp.org
Other
441 stars 488 forks source link

Limited broadcast doesn't work with TsnDevice nodes #942

Open levy opened 10 months ago

levy commented 10 months ago

When a packet is sent to the limited broadcast address, the packet is also sent out on the loopback interface. Unfortunately, the bridging layer is not transparent for interface registrations, so the MessageDispatcher above the bridging layer fails to dispatch the packet.