Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About static route configuration in aodv network #893

Open
zhangteng0526 opened this issue Jun 8, 2023 · 0 comments
Open

About static route configuration in aodv network #893

zhangteng0526 opened this issue Jun 8, 2023 · 0 comments
Assignees
Labels

Comments

@zhangteng0526
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants