From 6036dc3ff67086662dd83b62bc2d63f1f587edaa Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Thu, 7 Aug 2014 23:13:54 -0700 Subject: [PATCH] bugfix: Enable watchdog in olsrd Watchdog never got enabled in the olsrd config files. fixes BBHN->ticket:60 --- files/etc/config.mesh/olsrd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/etc/config.mesh/olsrd b/files/etc/config.mesh/olsrd index 010ce927..e452b815 100644 --- a/files/etc/config.mesh/olsrd +++ b/files/etc/config.mesh/olsrd @@ -30,6 +30,11 @@ config LoadPlugin option accept '127.0.0.1' option port '2003' +config LoadPlugin + option library 'olsrd_watchdog.so.0.1' + option file '/tmp/olsrd.watchdog' + option interval '5' + config Interface list interface 'wifi'