From 1eb65c15e38099e0bad6c1670900185975c63fd3 Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Tue, 31 Dec 2013 12:44:03 -0800 Subject: [PATCH] Fix node name showing up twice on olsrd No ticket created. Issue with name service listing the name twice because /etc/init.d/olsrd AND olsrd-config both writing the local node name. --- files/etc/config.mesh/olsrd | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/etc/config.mesh/olsrd b/files/etc/config.mesh/olsrd index abbd986c..c0d9d6d5 100644 --- a/files/etc/config.mesh/olsrd +++ b/files/etc/config.mesh/olsrd @@ -13,9 +13,6 @@ config LoadPlugin list Net '0.0.0.0 0.0.0.0' option Resolve 'true' -config LoadPlugin - option library 'olsrd_nameservice.so.0.3' - config LoadPlugin option library 'olsrd_txtinfo.so.0.1' option accept '0.0.0.0'