[Olsr-cvs] olsrd-current/src olsr.c,1.49,1.50

Bernd Petrovitsch (spam-protected)
Sun Feb 4 23:47:47 CET 2007


Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14181/src

Modified Files:
	olsr.c 
Log Message:
* applied hunks from Erik Tromps patch at http://home.tiscali.nl/levab001/olsrd-0.4.10.diff

Index: olsr.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/olsr.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** olsr.c	31 Jan 2007 12:36:50 -0000	1.49
--- olsr.c	4 Feb 2007 22:47:45 -0000	1.50
***************
*** 214,218 ****
            if (olsr_cnf->debug_level > 3)
              {
!               olsr_print_duplicate_table();
                olsr_print_hna_set();
              }
--- 214,221 ----
            if (olsr_cnf->debug_level > 3)
              {
!              if (olsr_cnf->debug_level > 8)
!                {
!                  olsr_print_duplicate_table();
!                }
                olsr_print_hna_set();
              }
***************
*** 221,224 ****
--- 224,228 ----
        olsr_print_link_set();
        olsr_print_neighbor_table();
+       olsr_print_two_hop_neighbor_table();
        olsr_print_tc_table();
      }





More information about the Olsr-cvs mailing list