mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 16:59:31 +00:00
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:
parent
2d74db55c4
commit
6638c1ab3d
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user