summaryrefslogtreecommitdiffstats
path: root/oonf-olsrd2/Config.in
blob: e4621e44e5a4ff55fbfe94ff7b4d5b9f27909034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
	# OONF Olsrd2 configuration
	menu "Optional Plugins"
		depends on PACKAGE_oonf-olsrd2

	config OONF_NHDP_AUTOLL4
		bool "Auto_LL4 plugin enabled"
		help
			The auto_ll4 plugin automatically generates linklocal IPv4 addresses on interfaces that do not contain IPv4 addresses.
		default n

	config OONF_OLSRV2_LAN_IMPORT
		bool "Lan_import plugin enabled"
		help
			The lan_import plugin can read routing tables and automatically export them as locally attached networks in olsrd2.
		default y

	config OONF_OLSRV2_ROUTE_MODIFIER
		bool "route_modifier plugin enabled"
		help
			The route_modifier plugin allows you to overwrite aspects of routes (like table/protocol) for certain destinations. 
		default y

	config OONF_GENERIC_DLEP_ROUTER
		bool "dlep_router plugin enabled"
		help
			The dlep_router plugin can receive linklayer metadata over the DLEP protocol. 
		default n

	config OONF_GENERIC_REMOTECONTROL
		bool "remotecontrol plugin enabled"
		help
			The remotecontrol plugin allows you to control configuration and logging over the telnet plugin. Be careful not to open this functionality over the network without securing it.
		default y

	config OONF_GENERIC_HTTP
		bool "http plugin enabled"
		help
			The HTTP plugin allows HTTP access to all telnet commands.
		default n

	config OONF_OLSRV2_MPR
		bool "MPR plugin enabled"
		help
			The MPR plugin reduce the routing graph to limit the overhead of the OLSRv2 protocol
		default y

	config OONF_OLSRV2_LAN
		bool "New config option for Locally attached entries"
		help
			Adds the 'lan' section to the config to configure LANs without setting multiple settings in a single key/value pair
		default y

	config OONF_OLSRV2_OLD_LAN
		bool "Legacy option for Locally attached entries"
		help
			Adds the olsr 'lan' config key in the olsrv2 section
		default n

	endmenu