bugfix: Disable OLSRD Secure untill we can work on it more.

Due to multiple issues that olsrd secure seems to make occur more often (but is not soley caused by OLSR Secure) causing olsr to crash olsr secure is being pulled while we work on the module.

This partialy reverts commit 553c126490.

tag: RequiresProtocolIncrement
This commit is contained in:
Conrad Lara - KG6JEI 2014-09-11 23:02:47 -07:00
parent 6036dc3ff6
commit 9ae98554cf
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ config LoadPlugin
option library 'olsrd_txtinfo.so.0.1'
option accept '0.0.0.0'
config LoadPlugin
option library 'olsrd_secure.so.0.6'
option keyfile '/etc/olsrd.d/olsrd_secure_key'
#config LoadPlugin
# option library 'olsrd_secure.so.0.6'
# option keyfile '/etc/olsrd.d/olsrd_secure_key'
config LoadPlugin
option library 'olsrd_dot_draw.so.0.3'