mirror of https://github.com/aredn/aredn.git
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.
This commit is contained in:
parent
ccb83c6a91
commit
1eb65c15e3
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue