Re: AODVv2 implementation
Henning Rogge <[email protected]>
| Newsgroups | gmane.ietf.manet |
|---|---|
| Message-ID | <CAGnRvurA7rg1R74-S4OgmFBE-3dqtgurF2=dGqYo69WMn6ynyA@mail.gmail.com> |
Hi, I was thinking about how to implement AODV2 on a TUN but hit an interesting issue when reading through the "Interaction with the Forwarding Plane" chapter of AODVv2... Chapter 6.4: "AODVv2 needs to update the record of when a route was last used to forward a packet". Does this mean AODV cannot use the kernel routing forwarding system and is expected to do everything in user space? I ask because the "routing cache" (and its statistics for each route) were removed from Linux in version 3.6. Henning Rogge