Skip to content

About static route configuration in aodv network #893

Open
@zhangteng0526

Description

@zhangteng0526

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions