inet icon indicating copy to clipboard operation
inet copied to clipboard

About static route configuration in aodv network

Open zhangteng0526 opened this issue 2 years ago • 0 comments

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

zhangteng0526 avatar Jun 08 '23 03:06 zhangteng0526