[OLSR-users] Bug in 0.4.9 parsing

Frédéric DELAUNAY (spam-protected)
Tue Apr 5 10:49:46 CEST 2005


Hi all,

I tested this morning 0.4.9 and it works fine but I detect a little bug.
I was used to start olsrd with
#olsrd -i eth0 eth1 -ipc -d 4
that's an example but that command does not work in 0.4.9. It works with 
0.4.8.
The problem is that olsrd detects -ipc, -d and 4 as Interface:

Parsing file:"/etc/olsrd.conf"
Queuning if eth0
Queuning if eth1
Queuning if -ipc
Queuning if -d
Queuning if 4
(...)
Checking 4:
  No such interface!
Checking -d:
  No such interface!
Checking -ipc:
  No such interface!


It works fine with
#olsrd -ipc -d 4 -i eth0 eth1

Fred.



More information about the Olsr-users mailing list