The following commit has been merged in the merge/master branch: commit 24937d754e29a26b0690955585dc99a7fd830db0 Author: Antonio Quartulli ordex@autistici.org Date: Sun Oct 28 11:23:42 2012 +0100
batman-adv: Add BATMAN_ADV_DAT config option in Kconfig
Signed-off-by: Antonio Quartulli ordex@autistici.org
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index 22dcfbe..8d8afb1 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -26,6 +26,16 @@ config BATMAN_ADV_BLA more than one mesh node in the same LAN, you can safely remove this feature and save some space.
+config BATMAN_ADV_DAT + bool "Distributed ARP Table" + depends on BATMAN_ADV && INET + default n + help + This option enables DAT (Distributed ARP Table), a DHT based + mechanism that increases ARP reliability on sparse wireless + mesh networks. If you think that your network does not need + this option you can safely remove it and save some space. + config BATMAN_ADV_DEBUG bool "B.A.T.M.A.N. debugging" depends on BATMAN_ADV