Merge pull request #535 from ecsv/batadv-2019.5
[feed/routing.git] / oonf-olsrd2 / Config.in
index f46831b3dd2b9af18674fea3510f6517f33e5be8..1cc037aff3ebc9a2a1ea2d2c94857d62b8b28006 100644 (file)
                        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 n
+
+       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 n
+
        endmenu