2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>

* ospf_dump.c, ospf_ia.c, ospf_spf.c, ospf_ase.c:
	  remove unused DEBUG
This commit is contained in:
jardin 2005-10-01 00:08:54 +00:00
parent 2d74db55c4
commit 6638c1ab3d
5 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2005-09-30 Vincent Jardin <vincent.jardin@6wind.com>
* ospf_dump.c, ospf_ia.c, ospf_spf.c, ospf_ase.c:
remove unused DEBUG
2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>
* ospf_ism.c: generate SNMP traps on Interface state change

View File

@ -46,8 +46,6 @@
#include "ospfd/ospf_zebra.h"
#include "ospfd/ospf_dump.h"
#define DEBUG
struct ospf_route *
ospf_find_asbr_route (struct ospf *ospf,
struct route_table *rtrs, struct prefix_ipv4 *asbr)

View File

@ -866,8 +866,10 @@ DEFUN (no_debug_ospf_packet,
}
#ifdef DEBUG
/*
for (i = 0; i < 5; i++)
zlog_debug ("flag[%d] = %d", i, ospf_debug_packet[i]);
*/
#endif /* DEBUG */
return CMD_SUCCESS;

View File

@ -46,8 +46,6 @@
#include "ospfd/ospf_ia.h"
#include "ospfd/ospf_dump.h"
#define DEBUG
static struct ospf_route *
ospf_find_abr_route (struct route_table *rtrs,
struct prefix_ipv4 *abr,

View File

@ -46,8 +46,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include "ospfd/ospf_abr.h"
#include "ospfd/ospf_dump.h"
#define DEBUG
/* Heap related functions, for the managment of the candidates, to
* be used with pqueue. */
static int