Open
Description
I'm not sure if this is poor consideration or something else. I configure static routing for a node of my aodv network. But by checking the log table and source code, I found that the route can be found through IRoute *route = routingTable->findBestMatchingRoute(destAddr). But route->getProtocolData() is nullptr, so this static route is actually invalid. You need to manually change the code to set the ProtocolData of the route (using the route->setProtocolData() method). so I hope this logic can be added in the next version, I don't know if you will adopt it. I sincerely hope that OMNeT++ and INET libraries will get better and better