commit | be9aa4c1e0d7124cf976831db098f1e852fdbd14 | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Mon May 07 04:22:05 2012 +0800 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Jun 18 18:01:05 2012 +0200 |
tree | 652acbdcf0bc309de8e69ab76ca233d5a9c652a7 | |
parent | beeb96a4142180c34ddf592aef5a278c2d676bf0 [diff] |
batman-adv: turn tt commit code into routing protocol agnostic API Prior to this patch the translation table code made assumptions about how the routing protocol works and where its buffers are stored (to directly modify them). Each protocol now calls the tt code with the relevant pointers, thereby abstracting the code. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Acked-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Sven Eckelmann <sven@narfation.org>