Bugzilla – Bug 2110
vanet-routing-compare with no routing still sending RREQ
Last modified: 2015-05-05 18:26:09 UTC
When executing the vanet-routing-compare script with internet routing disabled (i.e., --run "src/wave/examples/vanet-routing-compare --protocol=0", there are still RREQ msgs being sent. I think this is a bug. (Or maybe it is a feature). For IP-routing, the internet stack is installed onto every node. However, with routing disabled by --protocol=0, no data is then submitted for routing through the network. However, this doesn't seem to be preventing the initial route request messages from being sent (RREQ). However, I think they are unanswered (i.e., no RREP). Nonetheless, this is unnecessary overhead. Furthermore, the use of IP addresses is used to determine the sender node for every received packet. An alternative would be to instead use the MAC address to resolve sender / receiver, but this will require some refactoring of the code.
assigning to aodv component (seems to be more of an aodv issue)
Created attachment 2036 [details] patch The discussion is here: https://groups.google.com/forum/#!topic/ns-3-users/0CAxbtmfRfo and it's a bug in the example, not related to AODV.
Patch tested locally, and works. Am suggesting okay to push.
I will slip this in today.
pushed in changeset 11369:1eb9df0ecfd5