Stable branch check
for those who don't know: in the olsrd CVS are two parts of development. The HEAD where the actual development takes place and a stble branch "olsr_04".
I diff'ed them (and found some - IMHO - minor stuff in the process).
The only differences are roughly:
- the initial libnet stuff (which is markes #ifdef LIBNET anyways)
- putting config variables togehter into the olsr_cnf variable (and
killing src/defs.c where the separate variabls where defined).
- there is a "FriendlyNameToMiniIndex" function (and some code aropund it) in the
Win32 port.
Since I have no experince, I wait for comments from Thomas Lopatic.
All other differences are IMHO not bug/error relevant.
So IMHO the olsr_04 branch should be bug-fix-like up-to-date.