88d4bebfe5
The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a technique called multipoint relaying for message flooding. From: Holger Mauermann <holger@mauermann.org> ok pvalchev@
8 lines
209 B
Plaintext
8 lines
209 B
Plaintext
In order to start olsrd at boot time, edit ${SYSCONFDIR}/olsrd.conf and
|
|
add the following lines to /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/sbin/olsrd ]; then
|
|
echo -n ' olsrd'; ${PREFIX}/sbin/olsrd
|
|
fi
|
|
|