]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - net/batman-adv/Kconfig
batman-adv: sysfs documentation should keep alphabetical order
[mirror_ubuntu-bionic-kernel.git] / net / batman-adv / Kconfig
CommitLineData
c6c8fea2
SE
1#
2# B.A.T.M.A.N meshing protocol
3#
4
5config BATMAN_ADV
6 tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
17224474 7 depends on NET
a73105b8 8 select CRC16
c6c8fea2 9 default n
10e3cd6a
AQ
10 help
11 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
12 a routing protocol for multi-hop ad-hoc mesh networks. The
13 networks may be wired or wireless. See
14 http://www.open-mesh.org/ for more information and user space
15 tools.
c6c8fea2 16
7a5cc242
SW
17config BATMAN_ADV_BLA
18 bool "Bridge Loop Avoidance"
17224474 19 depends on BATMAN_ADV && INET
7a5cc242
SW
20 default y
21 help
22 This option enables BLA (Bridge Loop Avoidance), a mechanism
23 to avoid Ethernet frames looping when mesh nodes are connected
24 to both the same LAN and the same mesh. If you will never use
25 more than one mesh node in the same LAN, you can safely remove
26 this feature and save some space.
c6c8fea2 27
17224474
AQ
28config BATMAN_ADV_DAT
29 bool "Distributed ARP Table"
30 depends on BATMAN_ADV && INET
31 default n
32 help
33 This option enables DAT (Distributed ARP Table), a DHT based
34 mechanism that increases ARP reliability on sparse wireless
35 mesh networks. If you think that your network does not need
36 this option you can safely remove it and save some space.
37
c6c8fea2
SE
38config BATMAN_ADV_DEBUG
39 bool "B.A.T.M.A.N. debugging"
10e3cd6a
AQ
40 depends on BATMAN_ADV
41 help
c6c8fea2
SE
42 This is an option for use by developers; most people should
43 say N here. This enables compilation of support for
44 outputting debugging information to the kernel log. The
45 output is controlled via the module parameter debug.