diff options
author | Antonio Quartulli <a@unstable.cc> | 2018-06-03 18:52:03 +0800 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2018-06-23 10:30:06 +0200 |
commit | ab4e58534dee7f273badfe21fa29cbe24553682f (patch) | |
tree | b2531864c4a0ab35da00572b33a0636ff8490a89 /net/batman-adv/Kconfig | |
parent | 951a06e78d5af9ffda9f00139fef1186c202f8ae (diff) |
batman-adv: enable DAT by default at compile time
DAT (Distributed ARP Table) has been enabled by default
in the out-of-tree batman-adv kernel module for several
years already.
It can now be enabled in the kernel too.
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/Kconfig')
-rw-r--r-- | net/batman-adv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index 98c7f3820d53..ff38df8bab91 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -60,7 +60,7 @@ config BATMAN_ADV_BLA config BATMAN_ADV_DAT bool "Distributed ARP Table" depends on BATMAN_ADV && INET - default n + default y help This option enables DAT (Distributed ARP Table), a DHT based mechanism that increases ARP reliability on sparse wireless |