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
+
endmenu
$(if $(filter y,$(CONFIG_OONF_OLSRV2_LAN_IMPORT)),lan_import,) \
$(if $(filter y,$(CONFIG_OONF_OLSRV2_ROUTE_MODIFIER)),route_modifier,) \
$(if $(filter y,$(CONFIG_OONF_GENERIC_DLEP_ROUTER)),dlep_router,) \
+ $(if $(filter y,$(CONFIG_OONF_GENERIC_REMOTECONTROL)),remotecontrol,) \
))
CMAKE_OPTIONS=-D OONF_NO_WERROR:Bool=true \