Bugzilla – Bug 1837
AODV crashes when using multiple interfaces
Last modified: 2014-01-14 15:29:13 UTC
The problem is in RoutingProtocol::SendRerrWhenNoRouteToForward. When a Rerr is sent, a tag is added. When sending packets over multiple interfaces, the same packet is passed to multiple sockets, but the 2nd socket will find the tag already in place, raising an assert.
Fixed in changeset: 10582:b946089b1602